]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Cleanup formatting.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Sep 2003 17:07:13 +0000 (17:07 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Sep 2003 17:07:13 +0000 (17:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@8056 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/mapping_q1.cc

index a59aca4c3546a8a05e107f5657bee4ed5178b680..37f75ea891010c1b161e43f9bfc8d8a96ac7f411 100644 (file)
@@ -82,8 +82,7 @@ MappingQ1<dim>::compute_shapes (const std::vector<Point<dim> > &unit_points,
 
 template<>
 const unsigned int MappingQ1<deal_II_dimension>::vertex_mapping[2] =
-{ 0, 1
-    };
+{ 0, 1 };
 
 
 template<>
@@ -119,9 +118,7 @@ MappingQ1<1>::compute_shapes_virtual (const std::vector<Point<1> > &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<Point<2> > &unit_points,
 
 template<>
 const unsigned int MappingQ1<deal_II_dimension>::vertex_mapping[8] =
-{
-  0, 1, 4, 5, 3, 2, 7, 6
-    };
+{ 0, 1, 4, 5, 3, 2, 7, 6 };
 
 
 template<>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.