--- trunk/test/math/RectMatrixTestCase.hpp 2004/10/19 04:21:07 102 +++ branches/development/test/math/RectMatrixTestCase.hpp 2010/07/09 23:08:25 1465 @@ -5,9 +5,9 @@ #include "math/RectMatrix.hpp" /** - * @namespace oopse + * @namespace OpenMD */ -using namespace oopse; +using namespace OpenMD; typedef RectMatrix RMat2x2; typedef RectMatrix RMat2x3; @@ -42,7 +42,7 @@ class RectMatrixTestCase : public CPPUNIT_NS::TestFixt void testMul(); void testDiv(); void testAccessEntries(); - void testRowColOperations() + void testRowColOperations(); void testOtherMemberFunctions(); private: