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)