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

This commit is contained in:
sjplimp
2007-10-04 23:59:26 +00:00
parent 60da95b755
commit ed9ce73904
10 changed files with 404 additions and 156 deletions

View File

@ -293,11 +293,12 @@ void Finish::end(int flag)
}
}
// find a half non-skip neighbor list
// find a non-skip neighbor list containing half the pairwise interactions
for (m = 0; m < neighbor->old_nrequest; m++)
if ((neighbor->old_requests[m]->half ||
neighbor->old_requests[m]->half_from_full) &&
if ((neighbor->old_requests[m]->half || neighbor->old_requests[m]->gran ||
neighbor->old_requests[m]->respaouter ||
neighbor->old_requests[m]->half_from_full) &&
neighbor->old_requests[m]->skip == 0) break;
int nneigh = 0;
@ -322,7 +323,7 @@ void Finish::end(int flag)
}
}
// find a full non-skip neighbor list
// find a non-skip neighbor list containing full pairwise interactions
for (m = 0; m < neighbor->old_nrequest; m++)
if (neighbor->old_requests[m]->full &&