From: Daniel Arndt Date: Tue, 19 Nov 2019 15:11:07 +0000 (-0500) Subject: Fix hp_cell_weights_03/04 X-Git-Tag: v9.2.0-rc1~868^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9059%2Fhead;p=dealii.git Fix hp_cell_weights_03/04 --- diff --git a/tests/mpi/hp_cell_weights_03.cc b/tests/mpi/hp_cell_weights_03.cc index 4cdc621b93..3514a7d52f 100644 --- a/tests/mpi/hp_cell_weights_03.cc +++ b/tests/mpi/hp_cell_weights_03.cc @@ -117,6 +117,8 @@ test() { deallog << "Triangulation changed" << std::endl; } +#else + deallog << "Triangulation changed" << std::endl; #endif // make sure no processor is hanging diff --git a/tests/mpi/hp_cell_weights_04.cc b/tests/mpi/hp_cell_weights_04.cc index 7e1818bb25..b8c8037337 100644 --- a/tests/mpi/hp_cell_weights_04.cc +++ b/tests/mpi/hp_cell_weights_04.cc @@ -119,6 +119,8 @@ test() { deallog << "Triangulation changed" << std::endl; } +#else + deallog << "Triangulation changed" << std::endl; #endif // make sure no processor is hanging