USER-DPD: fix typo in NPairHalfBinNewtonSSA::build(): sz1 instead of sx1

Luckily, no real change, since sz1 and sx1 are normally identical.
This commit is contained in:
Tim Mattox
2017-02-18 00:32:14 -05:00
parent 37810bdc53
commit 19ffe59315

View File

@ -153,7 +153,7 @@ void NPairHalfBinNewtonSSA::build(NeighList *list)
int workItem = 0;
for (zbin = lbinzlo + zoff; zbin < lbinzhi; zbin += sz1) {
for (ybin = lbinylo + yoff - ns_ssa->sy; ybin < lbinyhi; ybin += sy1) {
for (xbin = lbinxlo + xoff - ns_ssa->sx; xbin < lbinxhi; xbin += sz1) {
for (xbin = lbinxlo + xoff - ns_ssa->sx; xbin < lbinxhi; xbin += sx1) {
if (workItem >= phaseLenEstimate) error->one(FLERR,"phaseLenEstimate was too small");
ssa_itemLoc[workPhase][workItem] = inum; // record where workItem starts in ilist