# | Line 1512 | Line 1512 | namespace OpenMD { | |
---|---|---|
1512 | whichCell.y() = nCells_.y() * scaled.y(); | |
1513 | whichCell.z() = nCells_.z() * scaled.z(); | |
1514 | ||
1515 | – | // find single index of this cell: |
1516 | – | int m1 = Vlinear(whichCell, nCells_); |
1517 | – | |
1515 | for (vector<Vector3i>::iterator os = cellOffsets_.begin(); | |
1516 | os != cellOffsets_.end(); ++os) { | |
1517 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |