From: Wolfgang Bangerth Date: Mon, 24 Jul 2000 08:52:07 +0000 (+0000) Subject: If the docs say that the solver is virtual, then it should also be X-Git-Tag: v8.0.0~20221 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e2a86ef73d682e2098ec9e5b502ebfaef4d11b5;p=dealii.git 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 --- 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$.