| # | Line 254 | Line 254 | namespace OpenMD { | |
|---|---|---|
| 254 | sd = seleMan_.nextSelected(i)) { | |
| 255 | ||
| 256 | // figure out where that object is: | |
| 257 | < | int bin = getBin(sd->getPos() ); |
| 257 | > | int bin = getBin( sd->getPos() ); |
| 258 | ||
| 259 | if (bin >= 0 && bin < nBins_) { | |
| 260 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |