From d134ffaaafb7e92c165867d42cceaa727c90c475 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 2 Apr 2001 14:54:52 +0000 Subject: [PATCH] Add TODO. git-svn-id: https://svn.dealii.org/trunk@4359 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/lac/include/lac/solver.h b/deal.II/lac/include/lac/solver.h index daa52fa542..f6e646c598 100644 --- a/deal.II/lac/include/lac/solver.h +++ b/deal.II/lac/include/lac/solver.h @@ -154,6 +154,7 @@ class Solver */ SolverControl& control() const; +//TODO: [WB] move this class to SolverControl to avoid forcing templatized class qualification when catching such exceptions DeclException2(ExcNoConvergence, int, double, << "Iteration did not converge after " << arg1 << " steps. Final residual " << arg2); -- 2.39.5