| # | Line 582 | Line 582 | namespace OpenMD { | |
|---|---|---|
| 582 | bool update_nlist = fDecomp_->checkNeighborList(); | |
| 583 | if (update_nlist) | |
| 584 | neighborList = fDecomp_->buildNeighborList(); | |
| 585 | < | } |
| 586 | < | |
| 585 | > | } |
| 586 | > | |
| 587 | for (vector<pair<int, int> >::iterator it = neighborList.begin(); | |
| 588 | it != neighborList.end(); ++it) { | |
| 589 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |