Commit c16b7a32 authored by David Nicholson's avatar David Nicholson
Browse files

Multiple run fix for cluster/aggregate computes

parent 85806502
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -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;