git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1071 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -993,13 +993,13 @@ void Neighbor::build()
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
build a single non-active pairwise neighbor list indexed by I
|
build a single occasional pairwise neighbor list indexed by I
|
||||||
called by other classes when needed occasionally
|
called by other classes
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
void Neighbor::build_one(int i)
|
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
|
// only for relevant settings of stencilflag and growflag
|
||||||
// do not reset maxlocal to atom->nmax, since not all lists are being grown
|
// do not reset maxlocal to atom->nmax, since not all lists are being grown
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user