--- trunk/OOPSE/libmdtools/SimInfo.hpp 2003/09/25 19:27:15 787 +++ trunk/OOPSE/libmdtools/SimInfo.hpp 2003/09/29 21:16:11 790 @@ -147,8 +147,8 @@ class SimInfo{ (public) double getEst( void ) { return est; } void setTime( double theTime ) { currentTime = theTime; } - void incrTime( double dt ) { currentTime += dt; } - void decrTime( double dt ) { currentTime -= dt; } + void incrTime( double the_dt ) { currentTime += the_dt; } + void decrTime( double the_dt ) { currentTime -= the_dt; } double getTime( void ) { return currentTime; } void wrapVector( double thePos[3] );