Skip to content

Commit

Permalink
refs #8794 Trying to fix Round-off error on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jan 30, 2014
1 parent 6eb0fe2 commit de93609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Kernel/test/UnitTest.h
Expand Up @@ -1224,7 +1224,7 @@ class UnitTest : public CxxTest::TestSuite
std::vector<double> sample,rezult;
tau.initialize(100,11,1.0,0,1.0,1);

std::string err_mess=convert_units_check_range(tau,sample,rezult);
std::string err_mess=convert_units_check_range(tau,sample,rezult,DBL_EPSILON);
TSM_ASSERT(" ERROR:"+err_mess,err_mess.size()==0);

for(size_t i=0;i<sample.size();i++)
Expand Down

0 comments on commit de93609

Please sign in to comment.