Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel-Naumann committed Oct 20, 2016
1 parent a87cdfd commit 269def4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/smatrix/test/testSMatrix.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ int test18() {
int iiret = compare(Id(i,i),1.,"inv result",10);
if (iiret) {
std::cout << "Comparison failed for id(" << i << "," << i << ") == " << id(i,i) << " != 1."
<< " with delta == " << std::abs(id(i,i) - 1)
<< " with delta == " << std::abs(Id(i,i) - 1)
<< " > " << 10 * 8.*std::numeric_limits<double>::epsilon() << std::endl;
}
iret |= iiret;
Expand Down

0 comments on commit 269def4

Please sign in to comment.