From 4b1aca2288ebf549791def6287b2886759dec2f4 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Thu, 26 Nov 2009 22:05:02 -0500 Subject: precision ---> dummy_precision --- test/product.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/product.h') diff --git a/test/product.h b/test/product.h index 40773ad90..c1413cc2c 100644 --- a/test/product.h +++ b/test/product.h @@ -27,7 +27,7 @@ #include template -bool areNotApprox(const MatrixBase& m1, const MatrixBase& m2, typename Derived1::RealScalar epsilon = precision()) +bool areNotApprox(const MatrixBase& m1, const MatrixBase& m2, typename Derived1::RealScalar epsilon = dummy_precision()) { return !((m1-m2).cwise().abs2().maxCoeff() < epsilon * epsilon * std::max(m1.cwise().abs2().maxCoeff(), m2.cwise().abs2().maxCoeff())); -- cgit v1.2.3