| # | Line 67 | Line 67 | namespace OpenMD { | |
|---|---|---|
| 67 | void collectData(); | |
| 68 | ||
| 69 | // neighbor list routines | |
| 70 | < | vector<pair<int, int> > buildNeighborList(); |
| 70 | > | void buildNeighborList(vector<pair<int, int> >& neighborList); |
| 71 | ||
| 72 | // group bookkeeping | |
| 73 | groupCutoffs getGroupCutoffs(int cg1, int cg2); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |