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

Comparing trunk/OOPSE-4/src/integrators/NPTi.hpp (file contents):
Revision 2243 by tim, Sun May 29 00:06:14 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 72 | Line 72 | namespace oopse {
72      virtual void getPosScale(const Vector3d& pos, const Vector3d& COM, int index, Vector3d& sc);
73  
74      virtual void calcVelScale();
75 <    virtual double calcConservedQuantity();
75 >    virtual RealType calcConservedQuantity();
76  
77      virtual void loadEta();
78      virtual void saveEta();
79      
80 <    double eta;
81 <    double oldEta;
82 <    double prevEta;
83 <    double vScale;
80 >    RealType eta;
81 >    RealType oldEta;
82 >    RealType prevEta;
83 >    RealType vScale;
84          
85    };
86  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines