git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8158 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2012-05-23 15:41:19 +00:00
parent 0c76a0a415
commit 7941aa48cc
1 changed files with 2 additions and 1 deletions

View File

@ -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");
}
}