From fdc8bcfbfcf677ce32b4f734ea82ce873546df95 Mon Sep 17 00:00:00 2001 From: Aidan Thompson Date: Thu, 2 Jun 2022 09:03:16 -0600 Subject: [PATCH] I removed the comment attributed to me, it is now outdated. --- src/ML-PACE/pair_pace.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/ML-PACE/pair_pace.cpp b/src/ML-PACE/pair_pace.cpp index 20cec3529e..1e77d2ee62 100644 --- a/src/ML-PACE/pair_pace.cpp +++ b/src/ML-PACE/pair_pace.cpp @@ -151,14 +151,6 @@ void PairPACE::compute(int eflag, int vflag) if (inum != nlocal) error->all(FLERR, "inum: {} nlocal: {} are different", inum, nlocal); #endif - // Aidan Thompson told RD (26 July 2019) that practically always holds: - // inum = nlocal - // i = ilist(ii) < inum - // j = jlist(jj) < nall - // neighborlist contains neighbor atoms plus skin atoms, - // skin atoms can be removed by setting skin to zero but here - // they are disregarded anyway - //determine the maximum number of neighbours int max_jnum = 0; int nei = 0;