From: wolf Date: Mon, 7 May 2001 18:47:12 +0000 (+0000) Subject: Add missing std:: X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97062c22e128bdfcbad77f609167f2ca8c17b354;p=dealii-svn.git Add missing std:: git-svn-id: https://svn.dealii.org/branches/Branch-3-1@4556 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index 0b9d471667..cdd49b32d7 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -1347,7 +1347,7 @@ DoFTools::compute_intergrid_constraints (const DoFHandler &coa // find the column where the // representant is mentioned - map::const_iterator i = weights[parameter_dof].begin(); + std::map::const_iterator i = weights[parameter_dof].begin(); for (; i!=weights[parameter_dof].end(); ++i) if (i->second == 1) break;