--- trunk/mdtools/headers/ForceFields.hpp 2002/10/21 22:02:53 151 +++ trunk/mdtools/headers/ForceFields.hpp 2002/11/14 22:00:44 176 @@ -67,17 +67,6 @@ class ForceFields{ (protected) virtual void initializeTorsions( torsion_set* the_torsions ) = 0; protected: - - void ffError( char* errMsg ){ - -#ifdef IS_MPI - ffInterfaceExit( errMsg ); -#else - fprintf( stderr, "%s\n", errMsg ); - exit(0); -#endif - } - FILE *frcFile; SimInfo* entry_plug;