| # | Line 41 | Line 41 | namespace oopse { | |
|---|---|---|
| 41 | template<typename Real> | |
| 42 | class SquareMatrix3 : public SquareMatrix<Real, 3> { | |
| 43 | public: | |
| 44 | + | |
| 45 | + | typedef Real ElemType; | 
| 46 | + | typedef Real* ElemPoinerType; | 
| 47 | ||
| 48 | /** default constructor */ | |
| 49 | SquareMatrix3() : SquareMatrix<Real, 3>() { | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |