]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Mark an empty destructor as '=default'.
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 11 Sep 2017 22:10:33 +0000 (16:10 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 11 Sep 2017 22:10:33 +0000 (16:10 -0600)
include/deal.II/lac/solver_minres.h

index 3dc0a829abc0bbb11641cbd0ce0fa07dead31f65..4dc50ae4081f1c70e9e408fd4dbb9351d7d02783 100644 (file)
@@ -94,7 +94,7 @@ public:
   /**
    * Virtual destructor.
    */
-  virtual ~SolverMinRes ();
+  virtual ~SolverMinRes () = default;
 
   /**
    * Solve the linear system $Ax=b$ for x.
@@ -180,11 +180,6 @@ SolverMinRes<VectorType>::SolverMinRes (SolverControl        &cn,
 {}
 
 
-template <class VectorType>
-SolverMinRes<VectorType>::~SolverMinRes ()
-{}
-
-
 
 template <class VectorType>
 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.