]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Qualify a call to (std::)copy.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 5 Jul 2013 23:40:50 +0000 (23:40 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 5 Jul 2013 23:40:50 +0000 (23:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@29938 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_renumbering.cc

index b81ce30bfbfea0f2a2262688084da7f41decd996..9b89bd44663dd12816fc8a122eb632b2f352c6b4 100644 (file)
@@ -1559,7 +1559,7 @@ namespace DoFRenumbering
         typename DH::active_cell_iterator begin = dof.begin_active();
         typename DH::active_cell_iterator end = dof.end();
 
-        copy (begin, end, ordered_cells.begin());
+        std::copy (begin, end, ordered_cells.begin());
         std::sort (ordered_cells.begin(), ordered_cells.end(), comparator);
 
         compute_cell_wise(new_indices, reverse, dof, ordered_cells);

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.