| # | Line 130 | Line 130 | namespace OpenMD { | |
|---|---|---|
| 130 | } | |
| 131 | ||
| 132 | fDecomp_->setUserCutoff(rCut_); | |
| 133 | + | interactionMan_->setCutoffRadius(rCut_); |
| 134 | ||
| 135 | map<string, CutoffMethod> stringToCutoffMethod; | |
| 136 | stringToCutoffMethod["HARD"] = HARD; | |
| # | Line 263 | Line 264 | namespace OpenMD { | |
| 264 | } | |
| 265 | switcher_->setSwitchType(sft_); | |
| 266 | switcher_->setSwitch(rSwitch_, rCut_); | |
| 267 | + | interactionMan_->setSwitchingRadius(rSwitch_); |
| 268 | } | |
| 269 | ||
| 270 | void ForceManager::initialize() { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |