From 6a251f076920d4b240f4a080ec5d3f379619d046 Mon Sep 17 00:00:00 2001 From: heister Date: Fri, 25 Apr 2014 21:14:39 +0000 Subject: [PATCH] update test with new header, works now git-svn-id: https://svn.dealii.org/branches/branch_sharedtria@32835 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/sharedtria/tria_01.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/sharedtria/tria_01.cc b/tests/sharedtria/tria_01.cc index 017902b7ee..c14bd60393 100644 --- a/tests/sharedtria/tria_01.cc +++ b/tests/sharedtria/tria_01.cc @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include @@ -66,8 +66,7 @@ void test() GridGenerator::hyper_cube(tr); tr.begin_active()->set_refine_flag(); tr.execute_coarsening_and_refinement (); - if (tr.locally_owned_subdomain()==0) - tr.begin_active()->set_refine_flag(); + tr.begin_active()->set_refine_flag(); tr.execute_coarsening_and_refinement (); deallog -- 2.39.5