# | Line 760 | Line 760 | namespace OpenMD { | |
---|---|---|
760 | ||
761 | d_grp = fDecomp_->getIntergroupVector(cg1, cg2); | |
762 | ||
763 | < | curSnapshot->wrapVector(d_grp); |
763 | > | // already wrapped in the getIntergroupVector call: |
764 | > | // curSnapshot->wrapVector(d_grp); |
765 | rgrpsq = d_grp.lengthSquare(); | |
766 | rCutSq = cuts.second; | |
767 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |