From 6ec454cac979b14ffc62d88d73fc068e4a0353a7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 2 Jan 2015 13:08:07 -0600 Subject: [PATCH] Remove deprecated function DoFRenumbering::downstream_dg. --- doc/news/changes.h | 1 + include/deal.II/dofs/dof_renumbering.h | 35 -------------------------- 2 files changed, 1 insertion(+), 35 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 8f96e3cb8a..bdf06b10f0 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -69,6 +69,7 @@ inconvenience this causes. The implementation as it is now no longer supports either of these two concepts (since we switched from the FunctionParser library to the muparser library after the deal.II 8.1 release). + - DoFRenumbering::downstream_dg.
  • Removed: The config.h file no longer exports HAVE_* definitions. diff --git a/include/deal.II/dofs/dof_renumbering.h b/include/deal.II/dofs/dof_renumbering.h index b0dfebb3fa..999ab64690 100644 --- a/include/deal.II/dofs/dof_renumbering.h +++ b/include/deal.II/dofs/dof_renumbering.h @@ -842,41 +842,6 @@ namespace DoFRenumbering const Point &direction, const bool dof_wise_renumbering = false); - /** - * @deprecated Use downstream() instead. - */ - template - void - downstream_dg (DH &dof, - const Point &direction) DEAL_II_DEPRECATED; - - template - void - downstream_dg (DH &dof, - const Point &direction) - { - downstream(dof, direction); - } - - - /** - * @deprecated Use downstream() instead. - */ - template - void - downstream_dg (DH &dof, - unsigned int level, - const Point &direction) DEAL_II_DEPRECATED; - - template - void - downstream_dg (DH &dof, - unsigned int level, - const Point &direction) - { - downstream(dof, level, direction); - } - /** * Computes the renumbering vector needed by the downstream() function. Does * not perform the renumbering on the DoFHandler dofs but returns the -- 2.39.5