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

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

index e28c408c6dc7c588dd51a0b976ae874939db5c35..127455dbda936945c4ab9c96286d3fd78f6f88a6 100644 (file)
@@ -3318,7 +3318,7 @@ DoFTools::extract_hanging_node_dofs (const DoFHandler<2> &dof_handler,
   Assert(selected_dofs.size() == dof_handler.n_dofs(),
         ExcDimensionMismatch(selected_dofs.size(), dof_handler.n_dofs()));
                                   // preset all values by false
-  fill_n (selected_dofs.begin(), dof_handler.n_dofs(), false);
+  std::fill_n (selected_dofs.begin(), dof_handler.n_dofs(), false);
 
   const FiniteElement<dim> &fe   = dof_handler.get_fe();
 

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.