]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix compute_index_owner_01. 13752/head
authorMarc Fehling <mafehling.git@gmail.com>
Tue, 17 May 2022 21:04:50 +0000 (15:04 -0600)
committerMarc Fehling <mafehling.git@gmail.com>
Wed, 18 May 2022 23:18:34 +0000 (17:18 -0600)
tests/mpi/compute_index_owner_01.cc

index b139350772fc95ca0f5c0beb37720bb39ae77aa3..28dac5b8b8d64b324f05466409d4a973622349ba 100644 (file)
@@ -61,8 +61,8 @@ test()
       process(local_owned, local_relevant, comm, owning_ranks_of_ghosts, true);
 
     Utilities::MPI::ConsensusAlgorithms::Selector<
-      std::pair<types::global_dof_index, types::global_dof_index>,
-      unsigned int>
+      std::vector<std::pair<types::global_dof_index, types::global_dof_index>>,
+      std::vector<unsigned int>>
       consensus_algorithm(process, comm);
     consensus_algorithm.run();
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.