From 42e4eaccc878c34f3785a801f0ae3c3c6b0ca447 Mon Sep 17 00:00:00 2001 From: prill Date: Fri, 22 Feb 2008 15:17:45 +0000 Subject: [PATCH] Made a renumbering routine protected which could not be used from the outside anyway. git-svn-id: https://svn.dealii.org/trunk@15754 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_renumbering.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_renumbering.h b/deal.II/deal.II/include/dofs/dof_renumbering.h index f955ddac2b..3526c6c13d 100644 --- a/deal.II/deal.II/include/dofs/dof_renumbering.h +++ b/deal.II/deal.II/include/dofs/dof_renumbering.h @@ -370,8 +370,10 @@ class DoFRenumbering static void component_wise (MGDoFHandler& dof_handler, const std::vector& target_component = std::vector()); + - /** + protected: + /** * Computes the renumbering * vector needed by the * component_wise() @@ -386,8 +388,8 @@ class DoFRenumbering ITERATOR& start, const ENDITERATOR& end, const std::vector &target_component); - - /** + public: + /** * Cell-wise renumbering for DG * elements. This function takes * the ordered set of cells in -- 2.39.5