From 2a5680dadc37725e3cafa5192ffdb3b52c3daa15 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 28 Mar 2006 22:57:02 +0000 Subject: [PATCH] Reindent. git-svn-id: https://svn.dealii.org/trunk@12731 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/vectors.templates.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.5