From: Wolfgang Bangerth Date: Wed, 9 Sep 1998 19:00:48 +0000 (+0000) Subject: Remove superfluous parameter from function. X-Git-Tag: v8.0.0~22663 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7c5c1bec1002df78486b2fe0189b4aba03fe39b;p=dealii.git Remove superfluous parameter from function. git-svn-id: https://svn.dealii.org/trunk@594 0785d39b-7218-0410-832d-ea1e28bc413d --- 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()); /**