]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor fix to an error message. 13087/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 16 Dec 2021 05:35:29 +0000 (22:35 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 16 Dec 2021 05:35:29 +0000 (22:35 -0700)
source/base/partitioner.cc

index 2e54b0cc6c2826cbdc84cc520ff90686dcde3b46..4d325cc9058e4bfd23d22e8b102ac01c45ef3c65 100644 (file)
@@ -296,8 +296,8 @@ namespace Utilities
               {
                 Assert(i >= ghost_targets_data.back().first,
                        ExcInternalError(
-                         "Expect result of ConsensusAlgorithmsProcess to be "
-                         "sorted"));
+                         "Expect result of ConsensusAlgorithms::Process to be "
+                         "sorted."));
                 if (i == ghost_targets_data.back().first)
                   ghost_targets_data.back().second++;
                 else

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.