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 507 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 963 by tim, Wed May 17 21:51:42 2006 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          
102    private:
103          
# Line 104 | 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