--- trunk/OOPSE/libmdtools/SimInfo.hpp 2003/10/28 22:25:46 836 +++ trunk/OOPSE/libmdtools/SimInfo.hpp 2003/10/29 17:55:28 841 @@ -138,8 +138,11 @@ class SimInfo{ (public) void scaleBox( double scale ); void setRcut( double theRcut ); + void setDefaultRcut( double theRcut ); void setEcr( double theEcr ); + void setDefaultEcr( double theEcr ); void setEcr( double theEcr, double theEst ); + void setDefaultEcr( double theEcr, double theEst ); double getRcut( void ) { return rCut; } double getRlist( void ) { return rList; }