]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix hp/n_boundary_dofs_01 8931/head
authorDaniel Arndt <arndtd@ornl.gov>
Sun, 20 Oct 2019 04:20:33 +0000 (00:20 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Sun, 20 Oct 2019 04:20:33 +0000 (00:20 -0400)
tests/hp/n_boundary_dofs_01.cc

index b7a7b036293f6ede281f6d98a97057da34a1d96e..42ed330bb744770283b84bdd9e36dc102e9931d6 100644 (file)
@@ -38,9 +38,9 @@ test()
   GridGenerator::hyper_cube(triangulation);
   triangulation.refine_global(3);
 
-  FE_Q<dim>           fe(2);
-  hp::FECollection    fe_coll(fe);
-  hp::DoFHandler<dim> dof_handler(triangulation);
+  FE_Q<dim>             fe(2);
+  hp::FECollection<dim> fe_coll(fe);
+  hp::DoFHandler<dim>   dof_handler(triangulation);
 
   dof_handler.distribute_dofs(fe_coll);
 

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.