]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Mark deprecated functions with DEAL_II_DEPRECATE_EARLY. 15966/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 7 Sep 2023 20:13:13 +0000 (14:13 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 8 Sep 2023 12:46:41 +0000 (06:46 -0600)
include/deal.II/dofs/dof_tools.h

index ce4ac531f09c2b2a668e304ebbf21d6b0e74b0c3..4989fbc0d3f687291624790f275133c96b3f3951 100644 (file)
@@ -1575,7 +1575,7 @@ namespace DoFTools
    * @deprecated Use the previous function instead.
    */
   template <int dim, int spacedim>
-  void
+  DEAL_II_DEPRECATED_EARLY void
   extract_locally_active_dofs(const DoFHandler<dim, spacedim> &dof_handler,
                               IndexSet                        &dof_set);
 
@@ -1600,7 +1600,7 @@ namespace DoFTools
    * @deprecated Use the previous function instead.
    */
   template <int dim, int spacedim>
-  void
+  DEAL_II_DEPRECATED_EARLY void
   extract_locally_active_level_dofs(
     const DoFHandler<dim, spacedim> &dof_handler,
     IndexSet                        &dof_set,
@@ -1630,7 +1630,7 @@ namespace DoFTools
    * @deprecated Use the previous function instead.
    */
   template <int dim, int spacedim>
-  void
+  DEAL_II_DEPRECATED_EARLY void
   extract_locally_relevant_dofs(const DoFHandler<dim, spacedim> &dof_handler,
                                 IndexSet                        &dof_set);
 
@@ -1702,7 +1702,7 @@ namespace DoFTools
    * @deprecated Use the previous function instead.
    */
   template <int dim, int spacedim>
-  void
+  DEAL_II_DEPRECATED_EARLY void
   extract_locally_relevant_level_dofs(
     const DoFHandler<dim, spacedim> &dof_handler,
     const unsigned int               level,

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.