aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/prec_inverse_4x4.cpp
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-12-14 23:13:54 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-12-14 23:13:54 -0500
commit4948448939ca6694179ea3f04dd79c74cea7cb82 (patch)
treed7959ef07a7b0a5dc9916130bfaa450430054113 /test/prec_inverse_4x4.cpp
parent39095c8faa00a4a8a3409a25986f0d1ac58c0606 (diff)
*use scalar instructions, packet not needed here
*remove unused var warning
Diffstat (limited to 'test/prec_inverse_4x4.cpp')
-rw-r--r--test/prec_inverse_4x4.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/prec_inverse_4x4.cpp b/test/prec_inverse_4x4.cpp
index 8b7dbd8e7..e1b05aa0d 100644
--- a/test/prec_inverse_4x4.cpp
+++ b/test/prec_inverse_4x4.cpp
@@ -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)
{