Whitespace
This commit is contained in:
@ -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
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user