| # | Line 94 | Line 94 | namespace OpenMD { | |
|---|---|---|
| 94 | void addForceToAtomRow(int atom1, Vector3d fg); | |
| 95 | void addForceToAtomColumn(int atom2, Vector3d fg); | |
| 96 | ||
| 97 | – | void addForceToAtomRowOMP(int atom1, Vector3d fg); |
| 98 | – | void addForceToAtomColumnOMP(int atom2, Vector3d fg); |
| 99 | – | |
| 97 | // filling interaction blocks with pointers | |
| 98 | void fillInteractionData(InteractionData &idat, int atom1, int atom2); | |
| 99 | void fillInteractionDataOMP(InteractionDataPrv &idat, int atom1, int atom2); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |