--- trunk/OOPSE/libmdtools/DUFF.cpp 2003/07/11 22:34:48 594 +++ trunk/OOPSE/libmdtools/DUFF.cpp 2003/07/17 19:25:51 631 @@ -764,6 +764,7 @@ void DUFF::readParams( void ){ int isGB = 0; int isLJ = 1; + int isEAM =0; double GB_dummy = 0.0; @@ -783,6 +784,7 @@ void DUFF::readParams( void ){ &(currentAtomType->isSSD), &(currentAtomType->isDipole), &isGB, + &isEAM, &(currentAtomType->epslon), &(currentAtomType->sigma), &(currentAtomType->dipole),