git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2311 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -952,6 +952,7 @@ void Neighbor::build()
|
||||
if (dist_check) {
|
||||
double **x = atom->x;
|
||||
int nlocal = atom->nlocal;
|
||||
if (includegroup) nlocal = atom->nfirst;
|
||||
if (nlocal > maxhold) {
|
||||
maxhold = atom->nmax;
|
||||
memory->destroy_2d_double_array(xhold);
|
||||
|
||||
Reference in New Issue
Block a user