From: Daniel Arndt Date: Sun, 22 Sep 2019 05:39:43 +0000 (-0400) Subject: Instantiate ConsensusAlgorithmSelector X-Git-Tag: v9.2.0-rc1~1055^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8833%2Fhead;p=dealii.git Instantiate ConsensusAlgorithmSelector --- diff --git a/source/base/mpi.cc b/source/base/mpi.cc index 6a212626ee..0050303b5f 100644 --- a/source/base/mpi.cc +++ b/source/base/mpi.cc @@ -1436,6 +1436,10 @@ namespace Utilities return owning_ranks; } + template class ConsensusAlgorithmSelector< + std::pair, + unsigned int>; + #include "mpi.inst" } // end of namespace MPI } // end of namespace Utilities