| # | Line 382 | Line 382 | namespace OpenMD { | |
|---|---|---|
| 382 | *(idat.particlePot1) -= data1.c * data1.epsilon * | |
| 383 | sqrt( *(idat.rho1) - rhtmp) + *(idat.frho1); | |
| 384 | ||
| 385 | < | idat.pot[METALLIC_FAMILY] += pot_temp; |
| 385 | > | (*(idat.pot))[METALLIC_FAMILY] += pot_temp; |
| 386 | } | |
| 387 | ||
| 388 | return; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |