From d040ea65d9e918831a1d677fc034e5531373ba09 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 19 Nov 2019 10:11:07 -0500 Subject: [PATCH] Fix hp_cell_weights_03/04 --- tests/mpi/hp_cell_weights_03.cc | 2 ++ tests/mpi/hp_cell_weights_04.cc | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.39.5