From: Rene Gassmoeller Date: Thu, 5 Nov 2015 03:54:27 +0000 (-0600) Subject: Fix test output. X-Git-Tag: v8.4.0-rc2~250^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1834%2Fhead;p=dealii.git Fix test output. Allow calling repartition() even when no_automatic_refinement flag is not set --- 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