From: David Wells Date: Sat, 31 Mar 2018 23:10:53 +0000 (-0400) Subject: Remove an old comment. X-Git-Tag: v9.0.0-rc1~253^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8432143859ff9f350bd46c501e0e9eb2f5b3361d;p=dealii.git Remove an old comment. This function has been long since rewritten (see 3f3faccbcdc) so the comment made back in bc62a2d882a no longer applies. --- diff --git a/include/deal.II/lac/solver_gmres.h b/include/deal.II/lac/solver_gmres.h index d8a89c4a85..47d51d4c34 100644 --- a/include/deal.II/lac/solver_gmres.h +++ b/include/deal.II/lac/solver_gmres.h @@ -770,10 +770,6 @@ SolverGMRES::solve (const MatrixType &A, const VectorType &b, const PreconditionerType &preconditioner) { - // this code was written a very long time ago by people not associated with - // deal.II. we don't make any guarantees to its optimality or that it even - // works as expected... - //TODO:[?] Check, why there are two different start residuals. //TODO:[GK] Make sure the parameter in the constructor means maximum basis size