--- trunk/OOPSE/libmdtools/ForceFields.hpp 2003/06/19 22:02:44 559 +++ trunk/OOPSE/libmdtools/ForceFields.hpp 2003/07/30 21:17:01 657 @@ -167,10 +167,12 @@ class EAM_FF : public ForceFields{ (private) void initForceField( int ljMixRule ); + void calcRcut( void ); private: void fastForward( char* stopText, char* searchOwner ); - + + double eamRcut; }; #endif