From 982a8ca4a23b60834f570bab493794dff8826141 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 9 Sep 1998 19:00:48 +0000 Subject: [PATCH] Remove superfluous parameter from function. git-svn-id: https://svn.dealii.org/trunk@594 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/mg_dof_handler.h | 5 ++--- deal.II/deal.II/include/multigrid/mg_dof_handler.h | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/include/dofs/mg_dof_handler.h b/deal.II/deal.II/include/dofs/mg_dof_handler.h index 4b43a07af8..f5d5b1e958 100644 --- a/deal.II/deal.II/include/dofs/mg_dof_handler.h +++ b/deal.II/deal.II/include/dofs/mg_dof_handler.h @@ -143,8 +143,8 @@ class MGDoFHandler : public DoFHandler { /** * Renumber the degrees of freedom according - * to the given scheme, eventually using - * constraint information and the given + * to the given scheme, eventually + * using the given * starting points. The starting points * default to an empty list, the use of * constraint information defaults to @@ -155,7 +155,6 @@ class MGDoFHandler : public DoFHandler { */ void renumber_dofs (const unsigned int level, const RenumberingMethod method, - const bool use_constraints = false, const vector &starting_points = vector()); /** diff --git a/deal.II/deal.II/include/multigrid/mg_dof_handler.h b/deal.II/deal.II/include/multigrid/mg_dof_handler.h index 4b43a07af8..f5d5b1e958 100644 --- a/deal.II/deal.II/include/multigrid/mg_dof_handler.h +++ b/deal.II/deal.II/include/multigrid/mg_dof_handler.h @@ -143,8 +143,8 @@ class MGDoFHandler : public DoFHandler { /** * Renumber the degrees of freedom according - * to the given scheme, eventually using - * constraint information and the given + * to the given scheme, eventually + * using the given * starting points. The starting points * default to an empty list, the use of * constraint information defaults to @@ -155,7 +155,6 @@ class MGDoFHandler : public DoFHandler { */ void renumber_dofs (const unsigned int level, const RenumberingMethod method, - const bool use_constraints = false, const vector &starting_points = vector()); /** -- 2.39.5