From: wolf Date: Wed, 18 Sep 2002 15:01:36 +0000 (+0000) Subject: Small clean-ups. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6f9d63d022c1bfb2e8004128182204d96a396e7;p=dealii-svn.git Small clean-ups. git-svn-id: https://svn.dealii.org/trunk@6453 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_q.cc b/deal.II/deal.II/source/fe/fe_q.cc index e20e49d2e3..845629644e 100644 --- a/deal.II/deal.II/source/fe/fe_q.cc +++ b/deal.II/deal.II/source/fe/fe_q.cc @@ -1228,8 +1228,8 @@ FE_Q::fill_fe_face_values (const Mapping &mapping, for (unsigned int k=0; kdofs_per_cell; ++k) { - for (unsigned int i=0;i::fill_fe_subface_values (const Mapping &mapping // offset determines which data set // to take (all data sets for all // sub-faces are stored contiguously) - const unsigned int offset = (face * GeometryInfo::subfaces_per_face + subface) - * quadrature.n_quadrature_points; + const unsigned int offset = ((face * GeometryInfo::subfaces_per_face + subface) + * quadrature.n_quadrature_points); const UpdateFlags flags(fe_data.update_once | fe_data.update_each); for (unsigned int k=0; kdofs_per_cell; ++k) { - for (unsigned int i=0;i