]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Instantiate ConsensusAlgorithms also for char/char 11838/head
authorPeter Munch <peterrmuench@gmail.com>
Wed, 3 Mar 2021 17:06:20 +0000 (18:06 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Wed, 3 Mar 2021 17:06:20 +0000 (18:06 +0100)
source/base/mpi_consensus_algorithms.cc

index 0f1b560198744595f7534411ad48b91370b36f35..ae93b7902692b851a8d8fe2fda428efaf0abe0de 100644 (file)
@@ -66,6 +66,15 @@ namespace Utilities
       template class Selector<types::global_dof_index, unsigned int>;
 #endif
 
+      template class Process<char, char>;
+
+      template class NBX<char, char>;
+
+      template class PEX<char, char>;
+
+      template class Serial<char, char>;
+
+      template class Selector<char, char>;
 
     } // namespace ConsensusAlgorithms
   }   // end of namespace MPI

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.