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

Comparing trunk/src/integrators/VelocityVerletIntegrator.hpp (file contents):
Revision 546 by tim, Sun May 29 00:06:14 2005 UTC vs.
Revision 1360 by cli2, Mon Sep 7 16:31:51 2009 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 >    RealType currRNEMD;
102          
103    private:
104          
# Line 107 | Line 108 | namespace oopse {
108          
109      virtual void moveB() = 0;        
110  
111 <    virtual double calcConservedQuantity() = 0;
111 >    virtual RealType calcConservedQuantity() = 0;
112  
113      virtual DumpWriter* createDumpWriter();
114  
115      virtual StatWriter* createStatWriter();
115        
116    virtual RestWriter* createRestWriter();
116  
117    };
118  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines