]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Prefix std::
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 25 Feb 2007 14:46:03 +0000 (14:46 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 25 Feb 2007 14:46:03 +0000 (14:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@14508 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 9a0c59087cc4393c937b1af93c0d731997578bd7..e5e4efcf35ee6c5cf32aba68ce112d1421f06598 100644 (file)
@@ -852,9 +852,9 @@ DoFRenumbering::compute_sort_selected_dofs_back (
   Assert (new_indices.size() == n_dofs,
          ExcDimensionMismatch(new_indices.size(), n_dofs));
   
-  const unsigned int   n_selected_dofs = count (selected_dofs.begin(),
-                                               selected_dofs.end(),
-                                               false);
+  const unsigned int   n_selected_dofs = std::count (selected_dofs.begin(),
+                                                    selected_dofs.end(),
+                                                    false);
   
   unsigned int next_unselected = 0;
   unsigned int next_selected   = n_selected_dofs;

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.