Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoppert committed Aug 16, 2016
1 parent 262a715 commit 558777f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix/Matrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 558777f

Please sign in to comment.