From 897af94f8029b970abb53fc74dc2daa0856575fe Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 22 Oct 2007 17:55:16 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1071 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/neighbor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/neighbor.cpp b/src/neighbor.cpp index 7ed8315211..74db8ef73a 100644 --- a/src/neighbor.cpp +++ b/src/neighbor.cpp @@ -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