# | Line 359 | Line 359 | namespace OpenMD { | |
---|---|---|
359 | RealType dvpdr = res.second; | |
360 | ||
361 | RealType pot_temp = vptmp - vcij; | |
362 | < | idat.vpair[3] += pot_temp; |
362 | > | idat.vpair += pot_temp; |
363 | ||
364 | RealType dudr = drhodr * (idat.dfrho1 + idat.dfrho2) + dvpdr; | |
365 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |