From cd3c8a9404d39ac4901438e2a8681acea1431569 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 23 Nov 2009 11:23:30 -0500 Subject: [PATCH] typo --- test/prec_inverse_4x4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/prec_inverse_4x4.cpp b/test/prec_inverse_4x4.cpp index 03e86e4ef..c4c530fd5 100644 --- a/test/prec_inverse_4x4.cpp +++ b/test/prec_inverse_4x4.cpp @@ -61,7 +61,7 @@ template void inverse_permutation_4x4() } std::cerr << "inverse_permutation_4x4, Scalar = " << type_name() << std::endl; EIGEN_DEBUG_VAR(error_max); - VERIFY(error_max < epsilon() ); + VERIFY(error_max < 1. ); } template void inverse_general_4x4(int repeat)