Fix misleading indentation

This commit is contained in:
Ranieri Althoff 2017-01-26 16:35:32 -02:00
parent df422c0991
commit 88d0a0a879
No known key found for this signature in database
GPG Key ID: 5B5C826F4CC77499
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ std::istream& operator>>(std::istream& in, Matrix<N,M,T>& mat)
for(int i=0;i<N;++i)
for(int j=0;j<M;++j)
in >> mat(i,j);
return in;
return in;
}
// faster comparing for 3x3 matrixes