--- trunk/OOPSE-4/src/math/Vector3.hpp 2004/10/18 16:29:53 1590 +++ 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 */ @@ -122,7 +124,7 @@ namespace oopse { return result; } - typedef template Vector3 Vector3d; + typedef Vector3 Vector3d; }