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