Multiple run fix for cluster/aggregate computes

This commit is contained in:
David Nicholson
2017-11-12 15:57:53 -05:00
parent 858065029d
commit c16b7a3273
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ void ComputeAggregateAtom::compute_peratom()
// invoke full neighbor list (will copy or build if necessary)
neighbor->build_one(list);
neighbor->build_one(list,1);
// if group is dynamic, insure ghost atom masks are current

View File

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