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

This commit is contained in:
sjplimp
2008-10-22 15:51:31 +00:00
parent 0859793443
commit 18fa9f45a5
8 changed files with 43 additions and 44 deletions

View File

@ -43,7 +43,7 @@ void Neighbor::half_bin_no_newton(NeighList *list)
int *molecule = atom->molecule;
int nlocal = atom->nlocal;
int nall = nlocal + atom->nghost;
if (include_group) nlocal = atom->nfirst;
if (includegroup) nlocal = atom->nfirst;
int molecular = atom->molecular;
int *ilist = list->ilist;
@ -137,7 +137,7 @@ void Neighbor::half_bin_newton(NeighList *list)
int nlocal = atom->nlocal;
int nall = nlocal + atom->nghost;
int molecular = atom->molecular;
if (include_group) nlocal = atom->nfirst;
if (includegroup) nlocal = atom->nfirst;
int *ilist = list->ilist;
int *numneigh = list->numneigh;
@ -251,7 +251,7 @@ void Neighbor::half_bin_newton_tri(NeighList *list)
int nlocal = atom->nlocal;
int nall = nlocal + atom->nghost;
int molecular = atom->molecular;
if (include_group) nlocal = atom->nfirst;
if (includegroup) nlocal = atom->nfirst;
int *ilist = list->ilist;
int *numneigh = list->numneigh;