--- trunk/OOPSE-4/src/math/Vector3.hpp 2004/10/18 17:07:27 1592 +++ trunk/OOPSE-4/src/math/Vector3.hpp 2004/10/21 21:31:39 1630 @@ -48,7 +48,9 @@ namespace oopse { template class Vector3 : public Vector{ public: - + typedef Real ElemType; + typedef Real* ElemPoinerType; + Vector3() : Vector(){} /** Constructs and initializes a Vector3 from x, y, z coordinates */