/beegfs/hackathon/users/eoseret/qaas_runs_test/178-663-3091/intel/CoMD/build/CoMD/CoMD/src-openmp/linkCells.c: 295 - 301
--------------------------------------------------------------------------------

295:       while (ii < boxes->nAtoms[iBox])
296:       {
297:          int jBox = getBoxFromCoord(boxes, atoms->r[iOff+ii]);
298:          if (jBox != iBox)
299:             moveAtom(boxes, atoms, ii, iBox, jBox);
300:          else
301:             ++ii;
