From: Wolfgang Bangerth Date: Thu, 17 May 2001 12:52:07 +0000 (+0000) Subject: Change initializer from -1 to DoFHandler::invalid_dof_index. X-Git-Tag: v8.0.0~19152 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79655c3dbfad4d90ab0dd0ea5306850034745d2f;p=dealii.git Change initializer from -1 to DoFHandler::invalid_dof_index. git-svn-id: https://svn.dealii.org/trunk@4639 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/vectors.cc b/deal.II/deal.II/source/numerics/vectors.cc index 672569432d..eccf23ab96 100644 --- a/deal.II/deal.II/source/numerics/vectors.cc +++ b/deal.II/deal.II/source/numerics/vectors.cc @@ -674,7 +674,8 @@ VectorTools::interpolate_boundary_values (const Mapping &mapping ExcComponentMismatch()); // field to store the indices - std::vector face_dofs (fe.dofs_per_face, -1); + std::vector face_dofs (fe.dofs_per_face, + DoFHandler::invalid_dof_index); std::vector > dof_locations (face_dofs.size(), Point()); // array to store the values of