From: Wolfgang Bangerth Date: Thu, 7 Sep 2023 20:13:13 +0000 (-0600) Subject: Mark deprecated functions with DEAL_II_DEPRECATE_EARLY. X-Git-Tag: relicensing~515^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15966%2Fhead;p=dealii.git Mark deprecated functions with DEAL_II_DEPRECATE_EARLY. --- diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index ce4ac531f0..4989fbc0d3 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -1575,7 +1575,7 @@ namespace DoFTools * @deprecated Use the previous function instead. */ template - void + DEAL_II_DEPRECATED_EARLY void extract_locally_active_dofs(const DoFHandler &dof_handler, IndexSet &dof_set); @@ -1600,7 +1600,7 @@ namespace DoFTools * @deprecated Use the previous function instead. */ template - void + DEAL_II_DEPRECATED_EARLY void extract_locally_active_level_dofs( const DoFHandler &dof_handler, IndexSet &dof_set, @@ -1630,7 +1630,7 @@ namespace DoFTools * @deprecated Use the previous function instead. */ template - void + DEAL_II_DEPRECATED_EARLY void extract_locally_relevant_dofs(const DoFHandler &dof_handler, IndexSet &dof_set); @@ -1702,7 +1702,7 @@ namespace DoFTools * @deprecated Use the previous function instead. */ template - void + DEAL_II_DEPRECATED_EARLY void extract_locally_relevant_level_dofs( const DoFHandler &dof_handler, const unsigned int level,