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

Commit 558777f

Browse files
committed
Fix formatting.
1 parent 262a715 commit 558777f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix/Matrix.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ bool isEqual(const Matrix<Type, M, N> &x,
481481

482482
template<typename Type>
483483
bool isEqualF(Type x,
484-
Type y, Type eps=1e-4f) {
484+
Type y, Type eps=1e-4f) {
485485

486486
bool equal = true;
487487

0 commit comments

Comments
 (0)