From 2362eadcdd710038b43ba8bde17dc124fe0d00bb Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Thu, 22 Apr 2010 20:40:31 -0400 Subject: remove Minor adapt 3x3 and 4x4 (non-SSE) inverse paths --- test/prec_inverse_4x4.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/prec_inverse_4x4.cpp') diff --git a/test/prec_inverse_4x4.cpp b/test/prec_inverse_4x4.cpp index 59ccbbcaf..e81329f68 100644 --- a/test/prec_inverse_4x4.cpp +++ b/test/prec_inverse_4x4.cpp @@ -36,6 +36,7 @@ template void inverse_permutation_4x4() MatrixType m = PermutationMatrix<4>(indices); MatrixType inv = m.inverse(); double error = double( (m*inv-MatrixType::Identity()).norm() / NumTraits::epsilon() ); + EIGEN_DEBUG_VAR(error) VERIFY(error == 0.0); std::next_permutation(indices.data(),indices.data()+4); } -- cgit v1.2.3