# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |