--- trunk/OOPSE/libmdtools/SimInfo.hpp 2003/07/21 21:27:40 643 +++ trunk/OOPSE/libmdtools/SimInfo.hpp 2003/07/22 16:41:08 644 @@ -137,10 +137,10 @@ class SimInfo{ (public) double getEcr( void ) { return ecr; } double getEst( void ) { return est; } - void setTime( double theTime ) { currentTime = theTime }; + void setTime( double theTime ) { currentTime = theTime; } void incrTime( double dt ) { currentTime += dt; } void decrTime( double dt ) { currentTime -= dt; } - double getTime( void ) { return currentTime }; + double getTime( void ) { return currentTime; } void wrapVector( double thePos[3] );