]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix mis-spelling.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 16 Apr 1999 11:28:54 +0000 (11:28 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 16 Apr 1999 11:28:54 +0000 (11:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@1164 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 7d73a7ae093acf29d1210fce5afa1328f2f6bb02..450b7ad2e5985ba95d3c56a428523abdbe3f8b3b 100644 (file)
@@ -156,7 +156,7 @@ SolverGMRES<Matrix,Vector>::solve (const Matrix& A,
                                   // if the size of the matrix is very small,
                                   // then only allocate a number of vectors
                                   // which is needed
-  const unsigned int n_tmp_vectors = (A.m()+3 > max_n_tmp_vector ?
+  const unsigned int n_tmp_vectors = (A.m()+3 > max_n_tmp_vectors ?
                                      max_n_tmp_vectors :
                                      A.m()+3);
 

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.