]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix failing test dof_tools_12a 9759/head
authorDaniel Arndt <arndtd@ornl.gov>
Sat, 28 Mar 2020 14:52:08 +0000 (10:52 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Sat, 28 Mar 2020 14:52:08 +0000 (10:52 -0400)
tests/dofs/dof_tools_12a.cc

index 1fc7de276dec6e1ede90672456c78aa36c57de82..96e60b0971043e1058df702724d6a19a888decc8 100644 (file)
@@ -25,7 +25,7 @@ template <typename DoFHandlerType>
 void
 check_this(const DoFHandlerType &dof_handler)
 {
-  std::vector<bool> mask(dof_handler.get_fe().n_components(), false);
+  std::vector<bool> mask(dof_handler.get_fe_collection().n_components(), false);
 
   // only select first component
   mask[0] = true;

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.