From b4a1e0994b20e18e84ba360e59b2f7051a0ef246 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 7 Apr 1999 13:50:12 +0000 Subject: [PATCH] Hm, compile first, check-in then... git-svn-id: https://svn.dealii.org/trunk@1074 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver_gmres.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/deal.II/lac/include/lac/solver_gmres.h b/deal.II/lac/include/lac/solver_gmres.h index 85f8c3baa1..6535abf165 100644 --- a/deal.II/lac/include/lac/solver_gmres.h +++ b/deal.II/lac/include/lac/solver_gmres.h @@ -37,10 +37,7 @@ class SolverGMRES : public Solver { */ SolverGMRES (SolverControl &cn, VectorMemory &mem, - const unsigned int n_tmp_vectors) : - Solver (cn,mem), - n_tmp_vectors (n_tmp_vectors) - {}; + const unsigned int n_tmp_vectors); /** * Solver method. -- 2.39.5