Browse Source

Fix formatting.

master
James Goppert 9 years ago
parent
commit
558777f34c
  1. 2
      matrix/Matrix.hpp

2
matrix/Matrix.hpp

@ -481,7 +481,7 @@ bool isEqual(const Matrix<Type, M, N> &x, @@ -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;

Loading…
Cancel
Save