From 6c103eab9c921ca79923b73c5fad33aa26116ced Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Wed, 4 Nov 2015 21:54:27 -0600 Subject: [PATCH] Fix test output. Allow calling repartition() even when no_automatic_refinement flag is not set --- source/distributed/tria.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/distributed/tria.cc b/source/distributed/tria.cc index c652254f57..c05b7dd64c 100644 --- a/source/distributed/tria.cc +++ b/source/distributed/tria.cc @@ -3634,10 +3634,6 @@ namespace parallel void Triangulation::repartition () { - AssertThrow(settings & no_automatic_repartitioning, - 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.")); #ifdef DEBUG for (typename Triangulation::active_cell_iterator -- 2.39.5