From: Wolfgang Bangerth Date: Thu, 16 Dec 2021 05:35:29 +0000 (-0700) Subject: Minor fix to an error message. X-Git-Tag: v9.4.0-rc1~730^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13087%2Fhead;p=dealii.git Minor fix to an error message. --- diff --git a/source/base/partitioner.cc b/source/base/partitioner.cc index 2e54b0cc6c..4d325cc905 100644 --- a/source/base/partitioner.cc +++ b/source/base/partitioner.cc @@ -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