| # | Line 96 | Line 96 | namespace OpenMD { | |
|---|---|---|
| 96 | ||
| 97 | // filling interaction blocks with pointers | |
| 98 | void fillInteractionData(InteractionData &idat, int atom1, int atom2); | |
| 99 | + | void fillInteractionDataOMP(InteractionDataPrv &idat, int atom1, int atom2); |
| 100 | void unpackInteractionData(InteractionData &idat, int atom1, int atom2); | |
| 101 | ||
| 102 | + | void unpackInteractionDataOMP(InteractionDataPrv &idat, int atom1, int atom2); |
| 103 | + | |
| 104 | // memory reordering | |
| 105 | void reorderGroupCutoffs(vector<int> &order); | |
| 106 | void reorderPosition(vector<int> &order); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |