Changing logic for self-bin check, newton+ortho
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user