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

@ -113,7 +113,7 @@ void ComputeClusterAtom::compute_peratom()
// invoke full neighbor list (will copy or build if necessary)
neighbor->build_one(list->index);
neighbor->build_one(list);
inum = list->inum;
ilist = list->ilist;