]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated SolverFGMRES::AdditionalData constructor 10634/head
authorDaniel Arndt <arndtd@ornl.gov>
Tue, 30 Jun 2020 02:16:50 +0000 (22:16 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Tue, 30 Jun 2020 02:23:28 +0000 (22:23 -0400)
include/deal.II/lac/solver_gmres.h

index 52cafd89e1ced19ec01025b5d9a3833fd373d492..7e359925abd05db5a5cb0d5b1f0c4d6117cab3a7 100644 (file)
@@ -471,18 +471,6 @@ public:
       : max_basis_size(max_basis_size)
     {}
 
-    /**
-     * @deprecated: use the other constructor as the second argument is
-     unused.
-     */
-    DEAL_II_DEPRECATED
-    AdditionalData(const unsigned int max_basis_size,
-                   const bool         use_default_residual)
-      : max_basis_size(max_basis_size)
-    {
-      (void)use_default_residual;
-    }
-
     /**
      * Maximum basis size.
      */

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.