From: Wolfgang Bangerth Date: Wed, 7 Apr 1999 13:50:12 +0000 (+0000) Subject: Hm, compile first, check-in then... X-Git-Tag: v8.0.0~22206 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48ee2cf0a3ace8e6453aa3f37e5d5cc7f08fa1ce;p=dealii.git Hm, compile first, check-in then... git-svn-id: https://svn.dealii.org/trunk@1074 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.