]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Missing typename
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 31 Oct 2001 11:23:56 +0000 (11:23 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 31 Oct 2001 11:23:56 +0000 (11:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@5176 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/block_matrix_array.h

index a3e059564963ec56e91de319fb4977b4d617af1f..347ef511b299c8dc0bdd613ed3f02954d2f633af 100644 (file)
@@ -389,7 +389,7 @@ BlockMatrixArray<MATRIX>::print_latex (ostream& out) const
     {
       if (matrix_names.find(m->matrix) == matrix_names.end())
        {
-         pair<NameMap::iterator, bool> x =
+         pair<typename NameMap::iterator, bool> x =
            matrix_names.insert(
              pair<const MATRIX*, string> (m->matrix, string("M")));
          STRINGSTREAM stream;

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.