| # | Line 220 | Line 220 | namespace OpenMD { | |
|---|---|---|
| 220 | } | |
| 221 | ||
| 222 | RealType pot_temp = idat.vdwMult * (myPot - myPotC); | |
| 223 | < | idat.vpair[0] += pot_temp; |
| 223 | > | idat.vpair += pot_temp; |
| 224 | ||
| 225 | RealType dudr = idat.sw * idat.vdwMult * (myDeriv - myDerivC); | |
| 226 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |