| # | 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; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |