Skip to content

Commit

Permalink
Even more typos!
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel-Naumann committed Oct 20, 2016
1 parent 269def4 commit b47c3fb
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 @@ -1039,7 +1039,7 @@ int test18() {
for (int i = 0; i < 7; ++i) {
int iiret = compare(Id(i,i),1.,"inv result",10);
if (iiret) {
std::cout << "Comparison failed for id(" << i << "," << i << ") == " << id(i,i) << " != 1."
std::cout << "Comparison failed for Id(" << i << "," << i << ") == " << Id(i,i) << " != 1."
<< " with delta == " << std::abs(Id(i,i) - 1)
<< " > " << 10 * 8.*std::numeric_limits<double>::epsilon() << std::endl;
}
Expand Down

0 comments on commit b47c3fb

Please sign in to comment.