From 8432143859ff9f350bd46c501e0e9eb2f5b3361d Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 31 Mar 2018 19:10:53 -0400 Subject: [PATCH] Remove an old comment. This function has been long since rewritten (see 3f3faccbcdc) so the comment made back in bc62a2d882a no longer applies. --- include/deal.II/lac/solver_gmres.h | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.39.5