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