From 8b1cbd9d27bfc5ac0c192ccb2ce633c1b02116ca Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 24 Jul 2000 08:52:07 +0000 Subject: [PATCH] If the docs say that the solver is virtual, then it should also be declared so. git-svn-id: https://svn.dealii.org/trunk@3205 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver_richardson.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/solver_richardson.h b/deal.II/lac/include/lac/solver_richardson.h index baa501a922..af356e52f3 100644 --- a/deal.II/lac/include/lac/solver_richardson.h +++ b/deal.II/lac/include/lac/solver_richardson.h @@ -73,7 +73,7 @@ class SolverRichardson : private Solver /** * Virtual destructor. */ - ~SolverRichardson (); + virtual ~SolverRichardson (); /** * Solve $Ax=b$ for $x$. -- 2.39.5