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

Comparing trunk/src/integrators/VelocityVerletIntegrator.hpp (file contents):
Revision 507 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 1360 by cli2, Mon Sep 7 16:31:51 2009 UTC

# Line 88 | Line 88 | namespace oopse {
88  
89      virtual void finalize();
90  
91 +    virtual void resetIntegrator() {}
92 +    
93      RotationAlgorithm* rotAlgo;
94      Rattle* rattle;
95 <    double dt2;
95 >    RealType dt2;
96  
97 <    double currSample;
98 <    double currStatus;
99 <    double currThermal;
97 >    RealType currSample;
98 >    RealType currStatus;
99 >    RealType currThermal;
100 >    RealType currReset;
101 >    RealType currRNEMD;
102          
103    private:
104          
# Line 104 | 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();
112        
113    virtual RestWriter* createRestWriter();
116  
117    };
118  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines