]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add destructors
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 May 1999 14:32:47 +0000 (14:32 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 May 1999 14:32:47 +0000 (14:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@1243 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/solver_control.cc

index a38ebc5ce72d04253096c87c89672a8586fa7905..51ed3ab0b87f8bd8fba4bddd1d2280d7e239a109 100644 (file)
@@ -4,7 +4,6 @@
 #include <lac/solver_control.h>
 
 
-
 /*----------------------- 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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.