| # | Line 113 | Line 113 | namespace OpenMD { | |
|---|---|---|
| 113 | ||
| 114 | // neighbor list routines | |
| 115 | virtual bool checkNeighborList(); | |
| 116 | < | virtual vector<pair<int, int> > buildNeighborList() = 0; |
| 116 | > | virtual void buildNeighborList(vector<pair<int, int> >& neighborList) = 0; |
| 117 | ||
| 118 | // how to handle cutoffs: | |
| 119 | void setCutoffPolicy(CutoffPolicy cp) {cutoffPolicy_ = cp;} | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |