Skip to content

Commit

Permalink
Re #4158. Trying to find out what's wrong with windows7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Apr 4, 2012
1 parent 1f63aae commit c2ac6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/CurveFitting/test/GSLMatrixTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class GSLMatrixTest : public CxxTest::TestSuite
{
d += m1.get(k,i) * m2.get(k,l) * m3.get(l,j);
}
TS_ASSERT_DELTA( d, m.get(i,j), 1e-6 );
TS_ASSERT_DELTA( fabs(d - m.get(i,j)), 0.0, 1e-6 );
}
}

Expand Down

0 comments on commit c2ac6ce

Please sign in to comment.