--- trunk/src/nonbonded/InteractionManager.cpp 2014/10/30 20:50:53 2030 +++ 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;