--- trunk/OOPSE/libmdtools/SimInfo.hpp 2003/09/29 21:16:11 790 +++ trunk/OOPSE/libmdtools/SimInfo.hpp 2003/10/03 22:02:04 797 @@ -145,6 +145,7 @@ class SimInfo{ (public) double getRlist( void ) { return rList; } double getEcr( void ) { return ecr; } double getEst( void ) { return est; } + double getMaxCutoff( void ) { return maxCutoff; } void setTime( double theTime ) { currentTime = theTime; } void incrTime( double the_dt ) { currentTime += the_dt; }