From: wolf Date: Fri, 9 Apr 1999 16:08:13 +0000 (+0000) Subject: Add forgotten destructor. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d358cb05afcdfe04fb81f0f7a07ea6b2bbb3ec60;p=dealii-svn.git Add forgotten destructor. git-svn-id: https://svn.dealii.org/trunk@1119 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/multigrid/mg_smoother.cc b/deal.II/deal.II/source/multigrid/mg_smoother.cc index de8813d523..b415f18743 100644 --- a/deal.II/deal.II/source/multigrid/mg_smoother.cc +++ b/deal.II/deal.II/source/multigrid/mg_smoother.cc @@ -73,6 +73,11 @@ MGSmoother::MGSmoother (const MGDoFHandler &mg_dof) +MGSmoother::~MGSmoother () +{}; + + + void MGSmoother::set_zero_interior_boundary (const unsigned int level, Vector &u) const diff --git a/deal.II/deal.II/source/numerics/mg_smoother.cc b/deal.II/deal.II/source/numerics/mg_smoother.cc index de8813d523..b415f18743 100644 --- a/deal.II/deal.II/source/numerics/mg_smoother.cc +++ b/deal.II/deal.II/source/numerics/mg_smoother.cc @@ -73,6 +73,11 @@ MGSmoother::MGSmoother (const MGDoFHandler &mg_dof) +MGSmoother::~MGSmoother () +{}; + + + void MGSmoother::set_zero_interior_boundary (const unsigned int level, Vector &u) const