--- trunk/OOPSE-2.0/src/UseTheForce/DUFF.cpp 2004/10/22 22:54:01 1636 +++ trunk/OOPSE-2.0/src/UseTheForce/DUFF.cpp 2004/10/26 22:24:52 1650 @@ -657,20 +657,7 @@ double DUFF::getAtomTypeMass (char* atomType) { initFortran( entry_plug->useReactionField ); } -double DUFF::getAtomTypeMass (char* atomType) { - currentAtomType = headAtomType->find( atomType ); - if( currentAtomType == NULL ){ - sprintf( painCave.errMsg, - "AtomType error, %s not found in force file.\n", - atomType ); - painCave.isFatal = 1; - simError(); - } - - return currentAtomType->mass; -} - void DUFF::readParams( void ){ int identNum, isError;