From: hartmann Date: Mon, 3 May 1999 14:32:47 +0000 (+0000) Subject: add destructors X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6002cee1e66679402bb57c8fc6560893314a70c4;p=dealii-svn.git add destructors git-svn-id: https://svn.dealii.org/trunk@1243 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/solver_control.cc b/deal.II/lac/source/solver_control.cc index a38ebc5ce7..51ed3ab0b8 100644 --- a/deal.II/lac/source/solver_control.cc +++ b/deal.II/lac/source/solver_control.cc @@ -4,7 +4,6 @@ #include - /*----------------------- SolverControl ---------------------------------*/ @@ -19,6 +18,9 @@ SolverControl::SolverControl (const unsigned int maxiter, {}; +SolverControl::~SolverControl() +{}; + SolverControl::State SolverControl::check (const unsigned int step, @@ -75,6 +77,8 @@ ReductionControl::ReductionControl(const unsigned int n, {}; +ReductionControl::~ReductionControl() +{}; double