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

Comparing trunk/OOPSE-4/src/integrators/NPrT.hpp (file contents):
Revision 2235 by tim, Thu May 19 21:31:23 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 80 | Line 80 | namespace oopse {
80      virtual void calcVelScale();
81          
82      virtual void scaleSimBox();
83 <    virtual double calcConservedQuantity();
83 >    virtual RealType calcConservedQuantity();
84  
85      virtual void loadEta();
86      virtual void saveEta();
# Line 88 | Line 88 | namespace oopse {
88      Mat3x3d oldEta;
89      Mat3x3d prevEta;
90      Mat3x3d vScale;
91 <    double surfaceTension;
91 >    RealType surfaceTension;
92    };
93  
94  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines