From: Martin Kronbichler Date: Mon, 11 Mar 2024 14:51:52 +0000 (+0100) Subject: Remove second reinit statement X-Git-Tag: v9.6.0-rc1~486^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5027e26dfa1f8b6b20dbcbc6e212d51245ceeed2;p=dealii.git Remove second reinit statement --- diff --git a/include/deal.II/lac/solver_gmres.h b/include/deal.II/lac/solver_gmres.h index 1941456675..f722f144b4 100644 --- a/include/deal.II/lac/solver_gmres.h +++ b/include/deal.II/lac/solver_gmres.h @@ -1367,8 +1367,6 @@ SolverGMRES::solve(const MatrixType &A, } bool re_orthogonalize = additional_data.force_re_orthogonalization; - // reset this vector to the right size - h.reinit(n_tmp_vectors - 1); /////////////////////////////////////////////////////////////////////////// // outer iteration: loop until we either reach convergence or the maximum