]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Qualify with std::
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 9 Jul 2003 16:27:36 +0000 (16:27 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 9 Jul 2003 16:27:36 +0000 (16:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@7869 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_tools.cc

index faa80bad000a94d47480b06c4657e412d8530ca0..de6186001ecae47df32c142d18f99c0063c23b51 100644 (file)
@@ -1680,7 +1680,7 @@ count_dofs_per_component (const DoFHandler<dim>&     dof_handler,
 {
   const unsigned int n_components = dof_handler.get_fe().n_components();
   dofs_per_component.resize (n_components);
-  fill (dofs_per_component.begin(), dofs_per_component.end(), 0U);
+  std::fill (dofs_per_component.begin(), dofs_per_component.end(), 0U);
   
                                   // If the empty vector was given as
                                   // default argument, set up this

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.