From f888a5dbc2fc2cb2cb5cc7311230e8bde949abbe Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 12 Sep 2024 17:09:57 -0600 Subject: [PATCH] Make clear what a boolean argument corresponds to. --- source/base/mpi.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/base/mpi.cc b/source/base/mpi.cc index 7857ec2bfb..ed3162f95f 100644 --- a/source/base/mpi.cc +++ b/source/base/mpi.cc @@ -713,7 +713,11 @@ namespace Utilities // processes again and extended with information with the actual owner // of that the index. internal::ComputeIndexOwner::ConsensusAlgorithmsPayload process( - owned_indices, indices_to_look_up, comm, owning_ranks); + owned_indices, + indices_to_look_up, + comm, + owning_ranks, + /* keep track of requesters = */ false); // Step 2: read dictionary // Communicate with the process who owns the index in the static -- 2.39.5