From: Peter Munch Date: Wed, 3 Mar 2021 17:06:20 +0000 (+0100) Subject: Instantiate ConsensusAlgorithms also for char/char X-Git-Tag: v9.3.0-rc1~383^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11838%2Fhead;p=dealii.git Instantiate ConsensusAlgorithms also for char/char --- diff --git a/source/base/mpi_consensus_algorithms.cc b/source/base/mpi_consensus_algorithms.cc index 0f1b560198..ae93b79026 100644 --- a/source/base/mpi_consensus_algorithms.cc +++ b/source/base/mpi_consensus_algorithms.cc @@ -66,6 +66,15 @@ namespace Utilities template class Selector; #endif + template class Process; + + template class NBX; + + template class PEX; + + template class Serial; + + template class Selector; } // namespace ConsensusAlgorithms } // end of namespace MPI