| # | Line 425 | Line 425 | namespace OpenMD { | |
|---|---|---|
| 425 | ||
| 426 | int& sHash = sHash_[sdat.atid]; | |
| 427 | ||
| 428 | < | if ((sHash & EAM_INTERACTION) != 0) eam_->calcFunctional(sdat); |
| 428 | > | if ((sHash & EAM_INTERACTION) != 0) eam_->calcFunctional(sdat); |
| 429 | if ((sHash & SC_INTERACTION) != 0) sc_->calcFunctional(sdat); | |
| 430 | ||
| 431 | // set<NonBondedInteraction*>::iterator it; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |