]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix quicktests
authorDaniel Arndt <arndtd@ornl.gov>
Wed, 21 Jun 2023 03:40:50 +0000 (23:40 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 3 Jul 2023 20:55:57 +0000 (16:55 -0400)
tests/quick_tests/step.cc

index 8ea2903f86014ed8d84bf36c6f39ed00e8ea7797..38de6b8af66237bd71e3532fba8b6e383cfed204 100644 (file)
@@ -109,7 +109,8 @@ LaplaceProblem<dim>::setup_system()
   system_rhs.reinit(dof_handler.n_dofs());
 
   IndexSet boundary_dofs =
-    DoFTools::extract_boundary_dofs(dof_handler, std::vector<bool>(1, true));
+    DoFTools::extract_boundary_dofs(dof_handler,
+                                    ComponentMask(std::vector<bool>(1, true)));
 
   const types::global_dof_index first_boundary_dof = *boundary_dofs.begin();
 

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.