diff --git a/matrix/Matrix.hpp b/matrix/Matrix.hpp index 9b849c2fcd..c3225e31a1 100644 --- a/matrix/Matrix.hpp +++ b/matrix/Matrix.hpp @@ -481,7 +481,7 @@ bool isEqual(const Matrix &x, template bool isEqualF(Type x, - Type y, Type eps=1e-4f) { + Type y, Type eps=1e-4f) { bool equal = true;