From: Wolfgang Bangerth Date: Thu, 12 Sep 2024 23:09:57 +0000 (-0600) Subject: Make clear what a boolean argument corresponds to. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f888a5dbc2fc2cb2cb5cc7311230e8bde949abbe;p=dealii.git Make clear what a boolean argument corresponds to. --- 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