From: wolf 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b1cbd9d27bfc5ac0c192ccb2ce633c1b02116ca;p=dealii-svn.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$.