]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove an unnecessary destructor. 12000/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sun, 28 Mar 2021 17:20:42 +0000 (19:20 +0200)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 31 Mar 2021 19:58:49 +0000 (13:58 -0600)
examples/step-15/step-15.cc

index 9427d1feed20a4e27abd6edc0b4d53b07de27327..b73d47c43ddb59ab632790c02433559ee61802d4 100644 (file)
@@ -98,8 +98,6 @@ namespace Step15
   {
   public:
     MinimalSurfaceProblem();
-    ~MinimalSurfaceProblem();
-
     void run();
 
   private:
@@ -161,13 +159,6 @@ namespace Step15
   {}
 
 
-
-  template <int dim>
-  MinimalSurfaceProblem<dim>::~MinimalSurfaceProblem()
-  {
-    dof_handler.clear();
-  }
-
   // @sect4{MinimalSurfaceProblem::setup_system}
 
   // As always in the setup-system function, we setup the variables of the

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.