diff --git a/src/neighbor.cpp b/src/neighbor.cpp index d5b4915f82..1a790169e3 100644 --- a/src/neighbor.cpp +++ b/src/neighbor.cpp @@ -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 diff --git a/src/npair_halffull_newton_trim.cpp b/src/npair_halffull_newton_trim.cpp index 89a28e81ae..26e46a0525 100644 --- a/src/npair_halffull_newton_trim.cpp +++ b/src/npair_halffull_newton_trim.cpp @@ -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; }