]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove std::fill of an array that now is empty.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Nov 2007 22:11:36 +0000 (22:11 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Nov 2007 22:11:36 +0000 (22:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@15425 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/vectors.templates.h

index 23960b172ea70b72394ad643c88609b8c21c9bec..5ac81c10307644e7a8c6f7b6f6567a3c2fbc74bf 100644 (file)
@@ -1324,11 +1324,9 @@ interpolate_boundary_values (const Mapping<dim>            &mapping,
                                   // field to store the indices
   std::vector<unsigned int> face_dofs;
   face_dofs.reserve (DoFTools::max_dofs_per_face(dof));
-  std::fill (face_dofs.begin (), face_dofs.end (), DoFHandler<dim>::invalid_dof_index);
 
   std::vector<Point<dim> >  dof_locations;
   dof_locations.reserve (DoFTools::max_dofs_per_face(dof));
-  std::fill (dof_locations.begin(), dof_locations.end (), Point<dim>());
 
                                   // array to store the values of
                                   // the boundary function at the

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.