]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix compilation of a test. 15192/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 10 May 2023 19:36:51 +0000 (13:36 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 10 May 2023 19:36:51 +0000 (13:36 -0600)
tests/hp/compare_hp_vs_nonhp_01.cc

index 084401b2d641b93e1cda714463333b72467b8d49..d8f16ff8abe5f5acd7f33c1456e4061334d4a6a6 100644 (file)
@@ -78,7 +78,7 @@ namespace with_hp
   class LaplaceProblem
   {
   public:
-    LaplaceProblem<dim>();
+    LaplaceProblem();
 
     void
     run(Vector<double> &sol);
@@ -239,7 +239,7 @@ namespace without_hp
   class LaplaceProblem
   {
   public:
-    LaplaceProblem<dim>();
+    LaplaceProblem();
 
     void
     run(Vector<double> &sol);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.