Skip to content

Commit

Permalink
Refs #9200 fix ScalarUtils test
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Mar 19, 2014
1 parent 09a772e commit cb381c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/Geometry/test/ScalarUtilsTest.h
Expand Up @@ -174,8 +174,8 @@ class ScalarUtilsTest : public CxxTest::TestSuite
void test_GetCellForForm()
{
size_t good_forms[] = { 1, 2, 9, 19, 10, 20, 27, 31 };
double errors[] = { 0.0050198, 0.0095369, 0.0042328, 0.0050198,
0.0053090, 0.0053090, 0.0012747, 0.0000000 };
double errors[] = { 0.0074, 0.0129, 0.0042328, 0.0050198,
0.0057, 0.0053090, 0.0050, 0.0000000 };

Matrix<double> UB = getSiliconNiggliUB(); // cubic case
for ( size_t i = 0; i < 8; i++ )
Expand Down

0 comments on commit cb381c3

Please sign in to comment.