--- trunk/src/parallel/ForceMatrixDecomposition.cpp 2015/03/03 17:02:20 2064 +++ trunk/src/parallel/ForceMatrixDecomposition.cpp 2015/03/05 16:30:23 2069 @@ -1512,9 +1512,6 @@ namespace OpenMD { whichCell.y() = nCells_.y() * scaled.y(); whichCell.z() = nCells_.z() * scaled.z(); - // find single index of this cell: - int m1 = Vlinear(whichCell, nCells_); - for (vector::iterator os = cellOffsets_.begin(); os != cellOffsets_.end(); ++os) {