| # | Line 279 | Line 279 | namespace OpenMD { | |
|---|---|---|
| 279 | } | |
| 280 | ||
| 281 | RealType pot_temp = idat.vdwMult * epsilon * (myPot - myPotC); | |
| 282 | < | idat.vpair[0] += pot_temp; |
| 282 | > | idat.vpair += pot_temp; |
| 283 | ||
| 284 | RealType dudr = idat.sw * idat.vdwMult * epsilon * (myDeriv - | |
| 285 | myDerivC)*sigmai; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |