From 558777f34c654e992a1e99083cbbfa23b907d810 Mon Sep 17 00:00:00 2001 From: James Goppert Date: Tue, 16 Aug 2016 12:43:42 -0400 Subject: [PATCH] Fix formatting. --- matrix/Matrix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;