ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/test/math/SquareMatrix3TestCase.cpp
(Generate patch)

Comparing trunk/test/math/SquareMatrix3TestCase.cpp (file contents):
Revision 123 by tim, Wed Oct 20 18:07:08 2004 UTC vs.
Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC

# Line 92 | Line 92 | void SquareMatrix3TestCase::testOtherMemberFunctions()
92      m2(2,0) = 0.0;
93      m2(2,1) = -1.0;
94      m2(2,2) = 1.0;
95 <    CPPUNIT_ASSERT_DOUBLES_EQUAL(m2.determinant(), -46.0, oopse::epsilon);
95 >    CPPUNIT_ASSERT_DOUBLES_EQUAL(m2.determinant(), -46.0, OpenMD::NumericConstant::epsilon);
96   }
97   void SquareMatrix3TestCase::testTransformation(){
98  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines