| # | Line 272 | Line 272 | namespace OpenMD { | |
|---|---|---|
| 272 | ||
| 273 | void InteractionManager::setCutoffRadius(RealType rcut) { | |
| 274 | electrostatic_->setCutoffRadius(rcut); | |
| 275 | + | eam_->setCutoffRadius(rcut); |
| 276 | } | |
| 277 | ||
| 278 | void InteractionManager::setSwitchingRadius(RealType rswitch) { | |
| # | Line 326 | Line 327 | namespace OpenMD { | |
| 327 | void InteractionManager::doSkipCorrection(InteractionData idat){ | |
| 328 | ||
| 329 | if (!initialized_) initialize(); | |
| 330 | < | |
| 330 | > | |
| 331 | set<NonBondedInteraction*>::iterator it; | |
| 332 | ||
| 333 | for (it = interactions_[ idat.atypes ].begin(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |