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

This commit is contained in:
sjplimp
2012-08-08 16:35:40 +00:00
parent 77880cb45a
commit a63690e513

View File

@ -388,7 +388,7 @@ void PairGranHookeHistory::init_style()
if (comm->ghost_velocity == 0)
error->all(FLERR,"Pair granular requires ghost atoms store velocity");
// need a half neigh list and optionally a granular history neigh list
// need a granular neigh list and optionally a granular history neigh list
int irequest = neighbor->request(this);
neighbor->requests[irequest]->half = 0;