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

Comparing trunk/test/math/RectMatrixTestCase.hpp (file contents):
Revision 102 by tim, Tue Oct 19 04:21:07 2004 UTC vs.
Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC

# Line 5 | Line 5
5   #include "math/RectMatrix.hpp"
6  
7   /**
8 < * @namespace oopse
8 > * @namespace OpenMD
9   */
10 < using namespace oopse;
10 > using namespace OpenMD;
11  
12   typedef RectMatrix<double, 2, 2> RMat2x2;
13   typedef RectMatrix<double, 2, 3> RMat2x3;
# Line 42 | Line 42 | class RectMatrixTestCase : public CPPUNIT_NS::TestFixt
42          void testMul();
43          void testDiv();
44          void testAccessEntries();
45 <        void testRowColOperations()
45 >        void testRowColOperations();
46          void testOtherMemberFunctions();
47  
48      private:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines