From 74e041981c70b3617671e7c2d9081735e638aa05 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 10 May 2023 13:36:51 -0600 Subject: [PATCH] Fix compilation of a test. --- tests/hp/compare_hp_vs_nonhp_01.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/hp/compare_hp_vs_nonhp_01.cc b/tests/hp/compare_hp_vs_nonhp_01.cc index 084401b2d6..d8f16ff8ab 100644 --- a/tests/hp/compare_hp_vs_nonhp_01.cc +++ b/tests/hp/compare_hp_vs_nonhp_01.cc @@ -78,7 +78,7 @@ namespace with_hp class LaplaceProblem { public: - LaplaceProblem(); + LaplaceProblem(); void run(Vector &sol); @@ -239,7 +239,7 @@ namespace without_hp class LaplaceProblem { public: - LaplaceProblem(); + LaplaceProblem(); void run(Vector &sol); -- 2.39.5