--- trunk/OOPSE/libmdtools/LJFF.cpp 2003/07/17 19:25:51 631 +++ trunk/OOPSE/libmdtools/LJFF.cpp 2003/09/25 19:27:15 787 @@ -123,7 +123,6 @@ LJFF::LJFF(){ char* ffPath_env = "FORCE_PARAM_PATH"; char* ffPath; char temp[200]; - char errMsg[1000]; headAtomType = NULL; currentAtomType = NULL; @@ -249,7 +248,6 @@ void LJFF::readParams( void ){ info.last = 1; // initialize last to have the last set. // if things go well, last will be set to 0 - int i; int identNum; @@ -404,8 +402,6 @@ void LJFF::initializeAtoms( int nAtoms, Atom** the_ato // initialize the atoms - Atom* thisAtom; - for( i=0; ifind( the_atoms[i]->getType() );