From ba2999dfbbc2213b041e64ae8da28c57b445ed46 Mon Sep 17 00:00:00 2001 From: Stan Gerald Moore Date: Fri, 8 Jul 2022 10:04:33 -0600 Subject: [PATCH] Whitespace --- src/neighbor.cpp | 2 +- src/npair_halffull_newton_trim.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }