From: Wolfgang Bangerth Date: Tue, 28 Mar 2006 22:57:02 +0000 (+0000) Subject: Reindent. X-Git-Tag: v8.0.0~11979 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a5680dadc37725e3cafa5192ffdb3b52c3daa15;p=dealii.git Reindent. git-svn-id: https://svn.dealii.org/trunk@12731 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/vectors.templates.h b/deal.II/deal.II/include/numerics/vectors.templates.h index 315069c2f2..961563d4de 100644 --- a/deal.II/deal.II/include/numerics/vectors.templates.h +++ b/deal.II/deal.II/include/numerics/vectors.templates.h @@ -925,7 +925,7 @@ interpolate_boundary_values (const Mapping &mapping, // to obtain the quadrature points // on the real cell's face std::vector > - unit_support_points = fe.get_unit_face_support_points(); + unit_support_points = fe.get_unit_face_support_points(); // check whether there are support // points on the face. if not, then @@ -953,7 +953,7 @@ interpolate_boundary_values (const Mapping &mapping, if (component_mask[fe.face_system_to_component_index(i).first] == true) unit_support_points[i] = fe.unit_face_support_point(i); - }; + } Quadrature aux_quad (unit_support_points); FEFaceValues fe_values (mapping, fe, aux_quad, update_q_points);