From ef92050c303dffb073f313059b73fd586e694422 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 29 Sep 2003 17:07:13 +0000 Subject: [PATCH] Cleanup formatting. git-svn-id: https://svn.dealii.org/trunk@8056 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/mapping_q1.cc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/deal.II/deal.II/source/fe/mapping_q1.cc b/deal.II/deal.II/source/fe/mapping_q1.cc index a59aca4c35..37f75ea891 100644 --- a/deal.II/deal.II/source/fe/mapping_q1.cc +++ b/deal.II/deal.II/source/fe/mapping_q1.cc @@ -82,8 +82,7 @@ MappingQ1::compute_shapes (const std::vector > &unit_points, template<> const unsigned int MappingQ1::vertex_mapping[2] = -{ 0, 1 - }; +{ 0, 1 }; template<> @@ -119,9 +118,7 @@ MappingQ1<1>::compute_shapes_virtual (const std::vector > &unit_points, template<> const unsigned int MappingQ1<2>::vertex_mapping[4] = -{ - 0, 1, 3, 2 - }; +{ 0, 1, 3, 2 }; template<> @@ -166,9 +163,7 @@ MappingQ1<2>::compute_shapes_virtual (const std::vector > &unit_points, template<> const unsigned int MappingQ1::vertex_mapping[8] = -{ - 0, 1, 4, 5, 3, 2, 7, 6 - }; +{ 0, 1, 4, 5, 3, 2, 7, 6 }; template<> -- 2.39.5