From abb5654a79e5d936bded7b11fef4d0f1f9e106a6 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 6 Nov 2019 22:40:54 -0500 Subject: [PATCH] Fix hp_cell_weights tests --- tests/mpi/hp_cell_weights_01.cc | 2 ++ tests/mpi/hp_cell_weights_02.cc | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.39.5