# | Line 302 | Line 302 | namespace OpenMD { | |
---|---|---|
302 | for (int i=0; i<LR_POT_TYPES;i++){ | |
303 | lrPot += longRangePotential[i]; //Quick hack | |
304 | } | |
305 | < | |
305 | > | |
306 | // grab the simulation box dipole moment if specified | |
307 | if (info_->getCalcBoxDipole()){ | |
308 | getAccumulatedBoxDipole(totalDipole.getArrayPointer()); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |