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

Comparing trunk/src/brains/ForceManager.cpp (file contents):
Revision 1915 by gezelter, Mon Jul 29 17:55:17 2013 UTC vs.
Revision 1921 by gezelter, Thu Aug 1 18:23:07 2013 UTC

# Line 926 | Line 926 | namespace OpenMD {
926      // collects pairwise information
927      fDecomp_->collectData();
928      if (cutoffMethod_ == EWALD_FULL) {
929 <      interactionMan_->doReciprocalSpaceSum();
929 >      interactionMan_->doReciprocalSpaceSum(longRangePotential);
930      }
931          
932      if (info_->requiresSelfCorrection()) {
# Line 949 | Line 949 | namespace OpenMD {
949  
950    }
951  
952  
952    void ForceManager::postCalculation() {
953  
954      vector<Perturbation*>::iterator pi;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines