From 2f604b26a632fdd40842f321a57c697b912dbd41 Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Mon, 28 Sep 2015 12:32:08 +0200 Subject: [PATCH] More precise error message --- source/distributed/tria.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/distributed/tria.cc b/source/distributed/tria.cc index 9b16877249..a4765c4ea0 100644 --- a/source/distributed/tria.cc +++ b/source/distributed/tria.cc @@ -3606,7 +3606,7 @@ namespace parallel Triangulation::repartition (const std::vector &cell_weights) { AssertThrow(settings & no_automatic_repartitioning, - ExcMessage("You need to set the 'no_automatic_repartition' flag in the " + ExcMessage("You need to set the 'no_automatic_repartitioning' flag in the " "constructor when creating this parallel::distributed::Triangulation " "object if you want to call repartition() manually.")); -- 2.39.5