From 19d0b53944671cbded9a410ae0b9e7427074800a Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Tue, 17 May 2022 15:04:50 -0600 Subject: [PATCH] Fix compute_index_owner_01. --- tests/mpi/compute_index_owner_01.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.39.5