--- trunk/OOPSE/libmdtools/EAM_FF.cpp 2003/08/08 21:22:37 673 +++ trunk/OOPSE/libmdtools/EAM_FF.cpp 2003/09/25 19:27:15 787 @@ -75,8 +75,6 @@ namespace EAM_NS{ void add( atomStruct &info, double *the_eam_rvals, double *the_eam_rhovals,double *the_eam_Frhovals ){ - - int i; // check for duplicates @@ -164,7 +162,6 @@ EAM_FF::EAM_FF(){ char* ffPath_env = "FORCE_PARAM_PATH"; char* ffPath; char temp[200]; - char errMsg[1000]; headAtomType = NULL; currentAtomType = NULL; @@ -305,7 +302,6 @@ void EAM_FF::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; double *eam_rvals; // Z of r values double *eam_rhovals; // rho of r values @@ -535,9 +531,6 @@ void EAM_FF::initializeAtoms( int nAtoms, Atom** the_a // initialize the atoms - - Atom* thisAtom; - for( i=0; ifind( the_atoms[i]->getType() );