--- trunk/OOPSE/libmdtools/SimInfo.hpp 2003/07/02 21:26:55 572 +++ trunk/OOPSE/libmdtools/SimInfo.hpp 2003/07/08 20:56:10 574 @@ -132,6 +132,7 @@ class SimInfo{ (public) void setBox( double newBox[3] ); void setBoxM( double newBox[9] ); void getBoxM( double theBox[9] ); + void scaleBox( double scale ); void wrapVector( double thePos[3] );