ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/math/Vector3.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/math/Vector3.hpp (file contents):
Revision 1590 by gezelter, Mon Oct 18 16:29:53 2004 UTC vs.
Revision 1630 by tim, Thu Oct 21 21:31:39 2004 UTC

# Line 48 | Line 48 | namespace oopse {
48    template<typename Real>
49    class Vector3 : public Vector<Real, 3>{
50    public:
51 <
51 >    typedef Real ElemType;
52 >    typedef Real* ElemPoinerType;
53 >    
54      Vector3() : Vector<Real, 3>(){}
55      
56      /** Constructs and initializes a Vector3 from x, y, z coordinates */
# Line 122 | Line 124 | namespace oopse {
124      return result;
125    }
126      
127 <  typedef template Vector3<double> Vector3d;    
127 >  typedef Vector3<double> Vector3d;    
128    
129   }
130  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines