ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/SimInfo.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/SimInfo.hpp (file contents):
Revision 637 by gezelter, Thu Jul 17 21:50:01 2003 UTC vs.
Revision 643 by mmeineke, Mon Jul 21 21:27:40 2003 UTC

# Line 138 | Line 138 | class SimInfo{ (public)
138    double getEst( void )   { return est; }
139  
140    void setTime( double theTime ) { currentTime = theTime };
141 +  void incrTime( double dt ) { currentTime += dt; }
142 +  void decrTime( double dt ) { currentTime -= dt; }
143    double getTime( void ) { return currentTime };
144  
145    void wrapVector( double thePos[3] );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines