From 666917c13d9fe64c15d5ed50e6c95ccae9e5c44e Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Wed, 15 Nov 2017 11:52:52 +0100 Subject: [PATCH] fix deprecation bug --- include/deal.II/lac/parpack_solver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/lac/parpack_solver.h b/include/deal.II/lac/parpack_solver.h index ccf914c24c..dea6dd3fde 100644 --- a/include/deal.II/lac/parpack_solver.h +++ b/include/deal.II/lac/parpack_solver.h @@ -146,7 +146,7 @@ extern "C" { * @author Denis Davydov, 2015, 2017 */ template -class DEAL_II_DEPRECATED PArpackSolver : public Subscriptor +class PArpackSolver : public Subscriptor { public: /** @@ -215,7 +215,7 @@ public: * */ template - class Shift : public dealii::Subscriptor + class DEAL_II_DEPRECATED Shift : public dealii::Subscriptor { public: -- 2.39.5