From 40eb289acf8f081f4d5a1e34c865876d0317e387 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 29 Apr 1999 20:38:55 +0000 Subject: [PATCH] Remove warning about possibly undefined value of #dim#. git-svn-id: https://svn.dealii.org/trunk@1229 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver_gmres.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/solver_gmres.h b/deal.II/lac/include/lac/solver_gmres.h index 76f138924e..b57f16f851 100644 --- a/deal.II/lac/include/lac/solver_gmres.h +++ b/deal.II/lac/include/lac/solver_gmres.h @@ -195,7 +195,7 @@ SolverGMRES::solve (const Matrix& A, h (n_tmp_vectors-1); - unsigned int dim; + unsigned int dim = 0; SolverControl::State iteration_state = SolverControl::iterate; -- 2.39.5