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

This commit is contained in:
sjplimp
2014-09-30 23:20:03 +00:00
parent 8a517e353c
commit 2516600403
22 changed files with 35 additions and 30 deletions

View File

@ -346,7 +346,7 @@ int ComputePropertyLocal::count_pairs(int allflag, int forceflag)
// invoke half neighbor list (will copy or build if necessary)
if (allflag == 0) neighbor->build_one(list->index);
if (allflag == 0) neighbor->build_one(list);
inum = list->inum;
ilist = list->ilist;