From b0682d11df19b930f1bfa9ef2b7e4067c60aa3b6 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 22 Jun 1999 08:39:00 +0000 Subject: [PATCH] Fix omission. git-svn-id: https://svn.dealii.org/trunk@1432 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/multigrid/mg_smoother.h | 6 ++++-- deal.II/deal.II/include/numerics/mg_smoother.h | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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 -- 2.39.5