From: wolf Date: Mon, 2 Apr 2001 14:54:52 +0000 (+0000) Subject: Add TODO. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8ba9949b43665f8854526e71546d5922df0b35b;p=dealii-svn.git Add TODO. git-svn-id: https://svn.dealii.org/trunk@4359 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);