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

This commit is contained in:
sjplimp 2007-10-22 17:55:16 +00:00
parent bf6007fd78
commit 897af94f80
1 changed files with 3 additions and 3 deletions

View File

@ -993,13 +993,13 @@ void Neighbor::build()
}
/* ----------------------------------------------------------------------
build a single non-active pairwise neighbor list indexed by I
called by other classes when needed occasionally
build a single occasional pairwise neighbor list indexed by I
called by other classes
------------------------------------------------------------------------- */
void Neighbor::build_one(int i)
{
// update stencils and grow atom arrays and bins
// update stencils and grow atom arrays and bins as needed
// only for relevant settings of stencilflag and growflag
// do not reset maxlocal to atom->nmax, since not all lists are being grown