]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix deprecation bug 5467/head
authorDenis Davydov <davydden@gmail.com>
Wed, 15 Nov 2017 10:52:52 +0000 (11:52 +0100)
committerDenis Davydov <davydden@gmail.com>
Wed, 15 Nov 2017 10:52:52 +0000 (11:52 +0100)
include/deal.II/lac/parpack_solver.h

index ccf914c24c28330db454f0969dc7f7112a605e14..dea6dd3fde29116f0d28ccc34e891d9130ec22c5 100644 (file)
@@ -146,7 +146,7 @@ extern "C" {
  * @author Denis Davydov, 2015, 2017
  */
 template <typename VectorType>
-class  DEAL_II_DEPRECATED PArpackSolver : public Subscriptor
+class PArpackSolver : public Subscriptor
 {
 public:
   /**
@@ -215,7 +215,7 @@ public:
    * </code>
    */
   template <typename MatrixType>
-  class Shift : public dealii::Subscriptor
+  class DEAL_II_DEPRECATED Shift : public dealii::Subscriptor
   {
   public:
 

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.