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 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2243 by tim, Sun May 29 00:06:14 2005 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;
# Line 95 | Line 97 | namespace oopse {
97      double currSample;
98      double currStatus;
99      double currThermal;
100 +    double currReset;
101          
102    private:
103          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines