From 645940d09c2b9b33e4ac513872e456d160a72c8d Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 31 Dec 2012 00:14:38 +0000 Subject: [PATCH] Undeprecate a couple of functions. git-svn-id: https://svn.dealii.org/branches/branch_deprecated@27876 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/vector_tools.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/deal.II/include/deal.II/numerics/vector_tools.h b/deal.II/include/deal.II/numerics/vector_tools.h index 3c7cbf7a68..31c65f6129 100644 --- a/deal.II/include/deal.II/numerics/vector_tools.h +++ b/deal.II/include/deal.II/numerics/vector_tools.h @@ -751,9 +751,6 @@ namespace VectorTools const ComponentMask &component_mask = ComponentMask()); /** - * @deprecated This function exists mainly - * for backward compatibility. - * * Same function as above, but * taking only one pair of * boundary indicator and @@ -770,7 +767,7 @@ namespace VectorTools const types::boundary_id boundary_component, const Function &boundary_function, std::map &boundary_values, - const ComponentMask &component_mask = ComponentMask()) DEAL_II_DEPRECATED; + const ComponentMask &component_mask = ComponentMask()); /** * Calls the other @@ -893,9 +890,6 @@ namespace VectorTools const ComponentMask &component_mask = ComponentMask()); /** - * @deprecated This function exists - * only for backward compatibility. - * * Same function as above, but taking * only one pair of boundary indicator * and corresponding boundary @@ -911,7 +905,7 @@ namespace VectorTools const types::boundary_id boundary_component, const Function &boundary_function, ConstraintMatrix &constraints, - const ComponentMask &component_mask = ComponentMask()) DEAL_II_DEPRECATED; + const ComponentMask &component_mask = ComponentMask()); /** * Calls the other -- 2.39.5