]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
remove 'const' in front of 'max_n_tmp_vectors' as the copy constructor needs it non...
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 May 1999 16:11:14 +0000 (16:11 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 May 1999 16:11:14 +0000 (16:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@1318 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver_gmres.h

index 32058f62bd96c9fe29e5491d3b604e7773536260..c5cd615dba3aa141b23163500e72f9c053c7d475 100644 (file)
@@ -84,7 +84,7 @@ class SolverGMRES : public Solver<Matrix, Vector>
                                          * Maximum number of
                                          * tmp vectors.
                                          */
-       const unsigned int    max_n_tmp_vectors;
+       unsigned int    max_n_tmp_vectors;
     };
     
                                     /**

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.