Skip to content

Commit

Permalink
Fixed bad number in test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoes committed Aug 24, 2020
1 parent c0d5311 commit 6be9658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_coordinateset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ BOOST_AUTO_TEST_CASE(vectortyper) {
if(vec(i,j) > maxval) maxval = vec(i,j);
}
}
BOOST_CHECK_LT(maxval, 1.9);
BOOST_CHECK_LT(maxval, 34);

}

0 comments on commit 6be9658

Please sign in to comment.