From: Wolfgang Bangerth Date: Sun, 18 May 2003 02:26:47 +0000 (+0000) Subject: Fix bad typo. X-Git-Tag: v8.0.0~16517 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68fbd0dbd56563da88d9fe201d895e8fff33c18d;p=dealii.git Fix bad typo. git-svn-id: https://svn.dealii.org/trunk@7657 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 12f6be15c4..88a7b882db 100644 --- a/deal.II/lac/include/lac/solver_gmres.h +++ b/deal.II/lac/include/lac/solver_gmres.h @@ -408,7 +408,7 @@ SolverGMRES::solve (const MATRIX &A, // Generate an object where basis // vectors are stored. - internals::SolverGMRES::TmpVectors tmp_vectors (n_tmp_vectors, this->memory); + internal::SolverGMRES::TmpVectors tmp_vectors (n_tmp_vectors, this->memory); // number of the present iteration; this // number is not reset to zero upon a