From: Marc Fehling Date: Tue, 17 May 2022 21:04:50 +0000 (-0600) Subject: Fix compute_index_owner_01. X-Git-Tag: v9.4.0-rc1~201^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19d0b53944671cbded9a410ae0b9e7427074800a;p=dealii.git Fix compute_index_owner_01. --- diff --git a/tests/mpi/compute_index_owner_01.cc b/tests/mpi/compute_index_owner_01.cc index b139350772..28dac5b8b8 100644 --- a/tests/mpi/compute_index_owner_01.cc +++ b/tests/mpi/compute_index_owner_01.cc @@ -61,8 +61,8 @@ test() process(local_owned, local_relevant, comm, owning_ranks_of_ghosts, true); Utilities::MPI::ConsensusAlgorithms::Selector< - std::pair, - unsigned int> + std::vector>, + std::vector> consensus_algorithm(process, comm); consensus_algorithm.run();