From: Daniel Arndt Date: Thu, 7 Nov 2019 03:40:54 +0000 (-0500) Subject: Fix hp_cell_weights tests X-Git-Tag: v9.2.0-rc1~896^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abb5654a79e5d936bded7b11fef4d0f1f9e106a6;p=dealii.git Fix hp_cell_weights tests --- diff --git a/tests/mpi/hp_cell_weights_01.cc b/tests/mpi/hp_cell_weights_01.cc index 8e924f566f..1cada93f0c 100644 --- a/tests/mpi/hp_cell_weights_01.cc +++ b/tests/mpi/hp_cell_weights_01.cc @@ -106,6 +106,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_02.cc b/tests/mpi/hp_cell_weights_02.cc index 5767e9b7f5..ebc114ea75 100644 --- a/tests/mpi/hp_cell_weights_02.cc +++ b/tests/mpi/hp_cell_weights_02.cc @@ -112,6 +112,8 @@ test() { deallog << "Triangulation changed" << std::endl; } +#else + deallog << "Triangulation changed" << std::endl; #endif // make sure no processor is hanging