Skip to content

Commit

Permalink
Merge pull request #13087 from bangerth/message
Browse files Browse the repository at this point in the history
Minor fix to an error message.
  • Loading branch information
kronbichler committed Dec 16, 2021
2 parents 63ea9d0 + 37ae748 commit 2f27101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/base/partitioner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f27101

Please sign in to comment.