*use scalar instructions, packet not needed here

*remove unused var warning
This commit is contained in:
Benoit Jacob
2009-12-14 23:13:54 -05:00
parent 39095c8faa
commit 4948448939
2 changed files with 1 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ template<typename MatrixType> void inverse_permutation_4x4()
{
typedef typename MatrixType::Scalar Scalar;
typedef typename MatrixType::RealScalar RealScalar;
double error_max = 0.;
Vector4i indices(0,1,2,3);
for(int i = 0; i < 24; ++i)
{