From: Wolfgang Bangerth Date: Mon, 29 Jun 1998 11:13:22 +0000 (+0000) Subject: Fix a silly bug. Seems as if this part of the program has never been tested. X-Git-Tag: v8.0.0~22837 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa20ddbe2e43ea695cc3cfc7c12ee0ce97612de4;p=dealii.git Fix a silly bug. Seems as if this part of the program has never been tested. git-svn-id: https://svn.dealii.org/trunk@417 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 1e886e8725..7f097ba96e 100644 --- a/deal.II/deal.II/source/numerics/vectors.cc +++ b/deal.II/deal.II/source/numerics/vectors.cc @@ -121,13 +121,14 @@ void VectorTools::project (const DoFHandler &dof, endf = dof.end_face(); vector face_dof_indices (fe.dofs_per_face); for (; face!=endf; ++face) - { - face->get_dof_indices (face_dof_indices); - for (unsigned int i=0; iat_boundary()) + { + face->get_dof_indices (face_dof_indices); + for (unsigned int i=0; i