]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix missing std::
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 28 Feb 2001 10:03:33 +0000 (10:03 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 28 Feb 2001 10:03:33 +0000 (10:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@4079 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 0928d39ad8e139468339b8c0aad1a85c21844770..2d339501f5568bd1088d778ac288433d22d2caff 100644 (file)
@@ -1426,7 +1426,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.