From 37ae748a6644499dd36c365007719ec71b82b9f5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 15 Dec 2021 22:35:29 -0700 Subject: [PATCH] Minor fix to an error message. --- source/base/partitioner.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5