Skip to content
Snippets Groups Projects
Commit c16b7a32 authored by David Nicholson's avatar David Nicholson
Browse files

Multiple run fix for cluster/aggregate computes

parent 85806502
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment