forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8158 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
0c76a0a415
commit
7941aa48cc
|
@ -370,7 +370,8 @@ void PairAIREBO::REBO_neigh()
|
|||
REBO_numneigh[i] = n;
|
||||
npnt += n;
|
||||
if (npnt >= pgsize)
|
||||
error->one(FLERR,"Neighbor list overflow, boost neigh_modify one or page");
|
||||
error->one(FLERR,
|
||||
"Neighbor list overflow, boost neigh_modify one or page");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue