--- trunk/src/nonbonded/InteractionManager.cpp 2014/06/11 18:37:56 2005 +++ trunk/src/nonbonded/InteractionManager.cpp 2014/10/31 18:40:40 2031 @@ -425,7 +425,7 @@ namespace OpenMD { int& sHash = sHash_[sdat.atid]; - if ((sHash & EAM_INTERACTION) != 0) eam_->calcFunctional(sdat); + if ((sHash & EAM_INTERACTION) != 0) eam_->calcFunctional(sdat); if ((sHash & SC_INTERACTION) != 0) sc_->calcFunctional(sdat); // set::iterator it;