]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add std:: in two places, where it is not strictly necessary due to
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Oct 2002 21:48:08 +0000 (21:48 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Oct 2002 21:48:08 +0000 (21:48 +0000)
Koenig lookup, but clarifies the situation somewhat.

git-svn-id: https://svn.dealii.org/trunk@6627 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_renumbering.cc

index a1964b0b237f3cb68187ef56343fa5cfc8c8bfa8..c1fceedd5e13961a9817b531064f441a2bd210a3 100644 (file)
@@ -836,8 +836,8 @@ DoFRenumbering::downstream_dg (MGDoFHandler<dim>& dof,
   typename MGDoFHandler<dim>::cell_iterator begin = dof.begin(level);
   typename MGDoFHandler<dim>::cell_iterator end = dof.end(level);
   
-  copy (begin, end, ordered_cells.begin());
-  sort (ordered_cells.begin(), ordered_cells.end(), comparator);
+  std::copy (begin, end, ordered_cells.begin());
+  std::sort (ordered_cells.begin(), ordered_cells.end(), comparator);
 
   cell_wise_dg(dof, level, 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.