From fc5fa7774340da06cb4de7337c0928e76dfe4946 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Wed, 10 Feb 2010 17:59:27 +0000 Subject: unsupported/Eigen/AlignedVector3: dummy_precision is now in NumTraits --- unsupported/Eigen/AlignedVector3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported/Eigen/AlignedVector3') diff --git a/unsupported/Eigen/AlignedVector3 b/unsupported/Eigen/AlignedVector3 index 15510a258..6e9772cf5 100644 --- a/unsupported/Eigen/AlignedVector3 +++ b/unsupported/Eigen/AlignedVector3 @@ -189,7 +189,7 @@ template class AlignedVector3 } template - inline bool isApprox(const MatrixBase& other, RealScalar eps=dummy_precision()) const + inline bool isApprox(const MatrixBase& other, RealScalar eps=NumTraits::dummy_precision()) const { return m_coeffs.template head<3>().isApprox(other,eps); } -- cgit v1.2.3