--- trunk/OOPSE_old/src/mdtools/libmdCode/TraPPE_ExFF.cpp 2003/03/21 15:07:14 375 +++ trunk/OOPSE_old/src/mdtools/libmdCode/TraPPE_ExFF.cpp 2003/03/21 15:24:37 376 @@ -565,6 +565,7 @@ void TraPPE_ExFF::initializeAtoms( void ){ the_atoms[i]->setMass( currentAtomType->mass ); the_atoms[i]->setEpslon( currentAtomType->epslon ); the_atoms[i]->setSigma( currentAtomType->sigma ); + the_atoms[i]->setIdent( currentAtomType->ident ); the_atoms[i]->setLJ(); if( bigSigma < currentAtomType->sigma ) bigSigma = currentAtomType->sigma;