From: Daniel Arndt Date: Sat, 28 Mar 2020 14:52:08 +0000 (-0400) Subject: Fix failing test dof_tools_12a X-Git-Tag: v9.2.0-rc1~341^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691062a862a5d85e13cf4b19e36c86b656d984a4;p=dealii.git Fix failing test dof_tools_12a --- diff --git a/tests/dofs/dof_tools_12a.cc b/tests/dofs/dof_tools_12a.cc index 1fc7de276d..96e60b0971 100644 --- a/tests/dofs/dof_tools_12a.cc +++ b/tests/dofs/dof_tools_12a.cc @@ -25,7 +25,7 @@ template void check_this(const DoFHandlerType &dof_handler) { - std::vector mask(dof_handler.get_fe().n_components(), false); + std::vector mask(dof_handler.get_fe_collection().n_components(), false); // only select first component mask[0] = true;