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

Comparing trunk/OOPSE-4/src/integrators/Integrator.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 110 | Line 110 | namespace oopse {
110      ForceManager* forceMan_;
111      bool needPotential;
112      bool needStress;
113 <        
113 >    bool needReset;    
114      Velocitizer* velocitizer_;
115      bool needVelocityScaling;
116      double targetScalingTemp;
# Line 124 | Line 124 | namespace oopse {
124      double sampleTime;
125      double statusTime;
126      double thermalTime;
127 +    double resetTime;
128      double dt;
129  
130      Snapshot* currentSnapshot_; //During the integration, the address of currentSnapshot Will not change

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines