]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Qualify a function call with std::
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 10 Oct 2007 01:07:48 +0000 (01:07 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 10 Oct 2007 01:07:48 +0000 (01:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@15274 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/hp/dof_handler.cc

index e42b1f192a61e57dd6cf1ed4f5b19d9c7e8f1934..d28efbc0062f3b7e972f4551fa80838a720875ec 100644 (file)
@@ -4404,10 +4404,10 @@ namespace hp
 
                                          // Check for each cell, if it
                                          // has children.
-       transform (tria.levels[i]->cells.children.begin (),
-                  tria.levels[i]->cells.children.end (),
-                  has_children_level->begin (),
-                  std::bind2nd (std::not_equal_to<int>(), -1));
+       std::transform (tria.levels[i]->cells.children.begin (),
+                       tria.levels[i]->cells.children.end (),
+                       has_children_level->begin (),
+                       std::bind2nd (std::not_equal_to<int>(), -1));
 
        has_children.push_back (has_children_level);
       }

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.