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); }