diff --git a/ParameterLib/CoordinateSystem.cpp b/ParameterLib/CoordinateSystem.cpp index 76ec7d9bbc8..678249c6c94 100644 --- a/ParameterLib/CoordinateSystem.cpp +++ b/ParameterLib/CoordinateSystem.cpp @@ -25,7 +25,7 @@ static double const tolerance = std::numeric_limits::epsilon(); template static void checkTransformationIsSON( - Eigen::Matrix const& t) + Eigen::Matrix const& t) { if (std::abs(t.determinant() - 1) > tolerance) {