]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add missing std::
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 7 May 2001 18:47:12 +0000 (18:47 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 7 May 2001 18:47:12 +0000 (18:47 +0000)
git-svn-id: https://svn.dealii.org/branches/Branch-3-1@4556 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_tools.cc

index 0b9d47166749dfef8f87aa72f85b4613663edb18..cdd49b32d79a6c45e9058fade13b9b202ae213c1 100644 (file)
@@ -1347,7 +1347,7 @@ DoFTools::compute_intergrid_constraints (const DoFHandler<dim>              &coa
 
                                         // find the column where the
                                         // representant is mentioned
-       map<unsigned int,float>::const_iterator i = weights[parameter_dof].begin();
+       std::map<unsigned int,float>::const_iterator i = weights[parameter_dof].begin();
        for (; i!=weights[parameter_dof].end(); ++i)
          if (i->second == 1)
            break;

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.