Fix formatting.

This commit is contained in:
James Goppert 2016-08-16 12:43:42 -04:00
parent 262a715d90
commit 558777f34c

View File

@ -481,7 +481,7 @@ bool isEqual(const Matrix<Type, M, N> &x,
template<typename Type>
bool isEqualF(Type x,
Type y, Type eps=1e-4f) {
Type y, Type eps=1e-4f) {
bool equal = true;