From 6002cee1e66679402bb57c8fc6560893314a70c4 Mon Sep 17 00:00:00 2001 From: hartmann Date: Mon, 3 May 1999 14:32:47 +0000 Subject: [PATCH] add destructors git-svn-id: https://svn.dealii.org/trunk@1243 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/solver_control.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5