--- trunk/OOPSE-2.0/src/UseTheForce/ForceFields.hpp 2004/10/21 20:15:31 1628 +++ trunk/OOPSE-2.0/src/UseTheForce/ForceFields.hpp 2004/10/26 18:02:46 1646 @@ -216,8 +216,7 @@ class Shapes_FF : public ForceFields{ (public) Shapes_FF(char* the_variant); virtual ~Shapes_FF(); - - void readParams(); + void readForceFile(); void cleanMe( void ); void initializeAtoms( int nAtoms, Atom** atomArray ); @@ -232,11 +231,11 @@ class Shapes_FF : public ForceFields{ (public) void calcRcut( void ); double getAtomTypeMass(char* atomType); -private: - void fastForward( char* stopText, char* searchOwner ); - +private: + char* ffPath_env; double shapesRcut; + };