]> https://gitweb.dealii.org/ - dealii.git/commitdiff
tests: lac constraints: add template parameter
authorMarc Fehling <mafehling.git@gmail.com>
Wed, 7 Jul 2021 04:27:34 +0000 (22:27 -0600)
committerMarc Fehling <marc.fehling@gmx.net>
Wed, 7 Jul 2021 22:11:03 +0000 (16:11 -0600)
tests/lac/constraints_make_consistent_in_parallel_01.cc

index d92dd2275bb188be75c000dc4dad949f6289f27e..a903aee67dd4e7bb912b9c488a580449d5dfd2bf 100644 (file)
@@ -104,7 +104,7 @@ main(int argc, char **argv)
   parallel::distributed::Triangulation<dim> tria(MPI_COMM_WORLD);
   GridGenerator::subdivided_hyper_cube(tria, 2);
 
-  DoFHandler dof_handler(tria);
+  DoFHandler<dim> dof_handler(tria);
   dof_handler.distribute_dofs(FE_Q<dim>(1));
 
   for (const auto &cell : tria.active_cell_iterators())

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.