Changing logic for self-bin check, newton+ortho

This commit is contained in:
jtclemm
2023-11-01 12:22:30 -06:00
parent 8f14cdcb34
commit 745f2e6c54
18 changed files with 85 additions and 89 deletions

View File

@ -211,7 +211,7 @@ void NPairNsq<HALF, NEWTON, TRI, SIZE>::build(NeighList *list)
firstneigh[i] = neighptr;
numneigh[i] = n;
ipage->vgot(n);
if (ipage->status()) error->one(FLERR,"Neighbor list overflow, boost neigh_modify one");
if (ipage->status()) error->one(FLERR, "Neighbor list overflow, boost neigh_modify one");
}
list->inum = inum;