]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Properly qualify with std::
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Jul 2003 15:21:42 +0000 (15:21 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Jul 2003 15:21:42 +0000 (15:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@7872 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/multigrid/mg_dof_tools.cc

index 778fc5f7af267b9f494d5238291fe855db306965..09ac11fb1ad736a92c3918974ba007496a254058 100644 (file)
@@ -320,7 +320,7 @@ MGTools::count_dofs_per_component (
   for (unsigned int l=0;l<nlevels;++l)
     {
       result[l].resize (n_components);
-      fill (result[l].begin(),result[l].end(), 0U);
+      std::fill (result[l].begin(),result[l].end(), 0U);
   
                                       // special case for only one
                                       // component. treat this first

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.