From c92e2e6adb96f57ac99a7f2924ab8ccd76c6eb09 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 28 Feb 2001 10:03:33 +0000 Subject: [PATCH] Fix missing std:: git-svn-id: https://svn.dealii.org/trunk@4079 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_tools.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index 0928d39ad8..2d339501f5 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -1426,7 +1426,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; -- 2.39.5