From: Wolfgang Bangerth Date: Wed, 10 May 2023 19:36:51 +0000 (-0600) Subject: Fix compilation of a test. X-Git-Tag: v9.5.0-rc1~246^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15192%2Fhead;p=dealii.git Fix compilation of a test. --- 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);