]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add namespace qualification, even if not stricly necessary here.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 15 Mar 2005 17:22:48 +0000 (17:22 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 15 Mar 2005 17:22:48 +0000 (17:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@10158 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_in.cc

index e505c4d8315da8bba31de49d5e672db23e8816ad..daa9749e3515a6f46ae0784ced18c53366c2433a 100644 (file)
@@ -824,7 +824,7 @@ GridIn<dim>::delete_unused_vertices (std::vector<Point<dim> >    &vertices,
                                   // array and replace the old one by
                                   // the new one
   std::vector<Point<dim> > tmp;
-  tmp.reserve (count(vertex_used.begin(), vertex_used.end(), true));
+  tmp.reserve (std::count(vertex_used.begin(), vertex_used.end(), true));
   for (unsigned int v=0; v<vertices.size(); ++v)
     if (vertex_used[v] == true)
       tmp.push_back (vertices[v]);

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.