git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12579 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user