--- trunk/test/math/SquareMatrix3TestCase.cpp 2004/10/20 18:07:08 123 +++ branches/development/test/math/SquareMatrix3TestCase.cpp 2010/07/09 23:08:25 1465 @@ -92,7 +92,7 @@ void SquareMatrix3TestCase::testOtherMemberFunctions() m2(2,0) = 0.0; m2(2,1) = -1.0; m2(2,2) = 1.0; - CPPUNIT_ASSERT_DOUBLES_EQUAL(m2.determinant(), -46.0, oopse::epsilon); + CPPUNIT_ASSERT_DOUBLES_EQUAL(m2.determinant(), -46.0, OpenMD::NumericConstant::epsilon); } void SquareMatrix3TestCase::testTransformation(){