Whitespace

This commit is contained in:
Stan Gerald Moore
2022-07-08 10:04:33 -06:00
parent 31d88618c6
commit ba2999dfbb
2 changed files with 2 additions and 2 deletions

View File

@ -1162,7 +1162,7 @@ void Neighbor::morph_unique()
} else {
irq->cut = 0;
irq->cutoff = 0.0;
}
}
}
// avoid flagging a neighbor list as both INTEL and OPENMP

View File

@ -91,7 +91,7 @@ void NPairHalffullNewtonTrim::build(NeighList *list)
delz = ztmp - x[j][2];
rsq = delx * delx + dely * dely + delz * delz;
if (rsq > cutsq_custom) continue;
if (rsq > cutsq_custom) continue;
neighptr[n++] = joriginal;
}