Multiple run fix for cluster/aggregate computes
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user