From 48ee2cf0a3ace8e6453aa3f37e5d5cc7f08fa1ce Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth 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