From: Wolfgang Bangerth Date: Tue, 22 Jun 1999 08:39:00 +0000 (+0000) Subject: Fix omission. X-Git-Tag: v8.0.0~21870 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2bbb9506393a6f690706fc9dd75eeeb2e87ce6f;p=dealii.git Fix omission. git-svn-id: https://svn.dealii.org/trunk@1432 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/multigrid/mg_smoother.h b/deal.II/deal.II/include/multigrid/mg_smoother.h index fb8fa27b4a..6db42e8039 100644 --- a/deal.II/deal.II/include/multigrid/mg_smoother.h +++ b/deal.II/deal.II/include/multigrid/mg_smoother.h @@ -53,7 +53,8 @@ class MGSmoother * and the following one for all other * dimensions. */ - MGSmoother (const MGDoFHandler<1> &mg_dof); + MGSmoother (const MGDoFHandler<1> &mg_dof, + unsigned int steps); /** * Constructor. This one collects @@ -67,7 +68,8 @@ class MGSmoother * steps to be executed by #smooth#. */ template - MGSmoother (const MGDoFHandler &mg_dof, unsigned int steps); + MGSmoother (const MGDoFHandler &mg_dof, + unsigned int steps); /** * Reset the values of the degrees of diff --git a/deal.II/deal.II/include/numerics/mg_smoother.h b/deal.II/deal.II/include/numerics/mg_smoother.h index fb8fa27b4a..6db42e8039 100644 --- a/deal.II/deal.II/include/numerics/mg_smoother.h +++ b/deal.II/deal.II/include/numerics/mg_smoother.h @@ -53,7 +53,8 @@ class MGSmoother * and the following one for all other * dimensions. */ - MGSmoother (const MGDoFHandler<1> &mg_dof); + MGSmoother (const MGDoFHandler<1> &mg_dof, + unsigned int steps); /** * Constructor. This one collects @@ -67,7 +68,8 @@ class MGSmoother * steps to be executed by #smooth#. */ template - MGSmoother (const MGDoFHandler &mg_dof, unsigned int steps); + MGSmoother (const MGDoFHandler &mg_dof, + unsigned int steps); /** * Reset the values of the degrees of