From: Wolfgang Bangerth Date: Fri, 9 Apr 1999 16:08:13 +0000 (+0000) Subject: Add forgotten destructor. X-Git-Tag: v8.0.0~22161 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=872e53bf339f10f86209c79c9f28cd8100d71570;p=dealii.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