--- trunk/OOPSE/libmdtools/TraPPE_ExFF.cpp 2003/03/21 22:11:50 388 +++ trunk/OOPSE/libmdtools/TraPPE_ExFF.cpp 2003/03/24 21:55:34 394 @@ -505,7 +505,6 @@ void TraPPE_ExFF::initializeAtoms( void ){ currentAtomType = headAtomType; while( currentAtomType != NULL ){ - if(currentAtomType->isDipole) entry_plug->useReactionField = 1; if(currentAtomType->isDipole) entry_plug->useDipole = 1; if(currentAtomType->isSSD) entry_plug->useSticky = 1; @@ -552,6 +551,7 @@ void TraPPE_ExFF::initializeAtoms( void ){ DirectionalAtom* dAtom; for( i=0; ifind( the_atoms[i]->getType() ); if( currentAtomType == NULL ){