From: wolf Date: Tue, 22 Jun 1999 08:39:00 +0000 (+0000) Subject: Fix omission. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0682d11df19b930f1bfa9ef2b7e4067c60aa3b6;p=dealii-svn.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