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

Comparing trunk/src/math/Vector3.hpp (file contents):
Revision 385 by tim, Tue Mar 1 20:10:14 2005 UTC vs.
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 144 | Line 144 | namespace oopse {
144  
145    typedef Vector3<int> Vector3i;
146    
147 <  typedef Vector3<double> Vector3d;    
147 >  typedef Vector3<RealType> Vector3d;    
148  
149 <    const Vector3d V3Zero(0.0 , 0.0, 0.0);
150 <    const Vector3d V3X( 1.0, 0.0, 0.0 ) ;
151 <    const Vector3d V3Y( 0.0, 1.0, 0.0 ) ;
152 <    const Vector3d V3Z ( 0.0, 0.0, 1.0 ) ;    
149 >  const Vector3d V3Zero(0.0 , 0.0, 0.0);
150 >  const Vector3d V3X( 1.0, 0.0, 0.0 ) ;
151 >  const Vector3d V3Y( 0.0, 1.0, 0.0 ) ;
152 >  const Vector3d V3Z ( 0.0, 0.0, 1.0 ) ;    
153    
154   }
155  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines