--- trunk/src/math/SquareMatrix3.hpp 2004/10/20 18:07:08 123 +++ trunk/src/math/SquareMatrix3.hpp 2004/10/21 21:31:39 137 @@ -41,6 +41,9 @@ namespace oopse { template class SquareMatrix3 : public SquareMatrix { public: + + typedef Real ElemType; + typedef Real* ElemPoinerType; /** default constructor */ SquareMatrix3() : SquareMatrix() {