ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/ForceManager.cpp
(Generate patch)

Comparing branches/development/src/brains/ForceManager.cpp (file contents):
Revision 1583 by gezelter, Thu Jun 16 22:00:08 2011 UTC vs.
Revision 1584 by gezelter, Fri Jun 17 20:16:35 2011 UTC

# 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() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines