From 5027e26dfa1f8b6b20dbcbc6e212d51245ceeed2 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 11 Mar 2024 15:51:52 +0100 Subject: [PATCH] Remove second reinit statement --- include/deal.II/lac/solver_gmres.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5