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

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

# Line 92 | Line 92 | namespace oopse {
92      
93      RotationAlgorithm* rotAlgo;
94      Rattle* rattle;
95 <    double dt2;
95 >    RealType dt2;
96  
97 <    double currSample;
98 <    double currStatus;
99 <    double currThermal;
100 <    double currReset;
97 >    RealType currSample;
98 >    RealType currStatus;
99 >    RealType currThermal;
100 >    RealType currReset;
101          
102    private:
103          
# Line 107 | Line 107 | namespace oopse {
107          
108      virtual void moveB() = 0;        
109  
110 <    virtual double calcConservedQuantity() = 0;
110 >    virtual RealType calcConservedQuantity() = 0;
111  
112      virtual DumpWriter* createDumpWriter();
113  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines