From 9de9ea84a63e9e899b944361fa4f20b8c1c16cd7 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sun, 5 Jul 2020 20:01:20 -0400 Subject: [PATCH] Remove Solver --- include/deal.II/lac/solver.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/include/deal.II/lac/solver.h b/include/deal.II/lac/solver.h index f068fc8b1f..d75d60212e 100644 --- a/include/deal.II/lac/solver.h +++ b/include/deal.II/lac/solver.h @@ -473,17 +473,6 @@ protected: -/** - * Type definition for the base class for iterative linear solvers. - * This class provides interfaces to a memory pool and the objects that - * determine whether a solver has converged. - * - * @deprecated Use SolverBase instead. - */ -template > -using Solver DEAL_II_DEPRECATED = SolverBase; - - /*-------------------------------- Inline functions ------------------------*/ -- 2.39.5