--- trunk/OOPSE/libmdtools/SimInfo.hpp 2003/11/07 21:46:56 858 +++ trunk/OOPSE/libmdtools/SimInfo.hpp 2003/11/10 21:50:36 859 @@ -139,11 +139,8 @@ class SimInfo{ (public) void getBoxM( double theBox[3][3] ); 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 ); void checkCutOffs( void ); @@ -186,12 +183,8 @@ class SimInfo{ (public) SimState* myConfiguration; - double origRcut, origEcr; - int boxIsInit, haveOrigRcut, haveOrigEcr; + int boxIsInit, haveRcut, haveEcr; - double oldEcr; - double oldRcut; - double rList, rCut; // variables for the neighborlist double ecr; // the electrostatic cutoff radius double est; // the electrostatic skin thickness