I removed the comment attributed to me, it is now outdated.

This commit is contained in:
Aidan Thompson
2022-06-02 09:03:16 -06:00
committed by GitHub
parent e36620059d
commit fdc8bcfbfc

View File

@ -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;