]> https://gitweb.dealii.org/ - dealii.git/commitdiff
run astyle
authorMatthias Maier <tamiko@43-1.org>
Thu, 7 Jul 2016 09:08:25 +0000 (04:08 -0500)
committerMatthias Maier <tamiko@43-1.org>
Thu, 7 Jul 2016 09:08:25 +0000 (04:08 -0500)
tests/fe/mapping_q_manifold_02.cc

index 8473ef52e475e66e6fb66aa74d45a16c04175f14..76447d0980fbd79e9b8e5ae8ffa7aa3e1910225a 100644 (file)
@@ -71,14 +71,14 @@ class PushForward : public Function<dim>
 {
 public:
   PushForward ()
-  :
-  Function<dim>(dim, 0.),
-  h (0.028),
-  x_max (4.5*h),
-  y_max (2.036*h),
-  z_max (4.5*h),
-  y_FoR (h)
-    {}
+    :
+    Function<dim>(dim, 0.),
+    h (0.028),
+    x_max (4.5*h),
+    y_max (2.036*h),
+    z_max (4.5*h),
+    y_FoR (h)
+  {}
 
   virtual ~PushForward() {};
 
@@ -129,14 +129,14 @@ class PullBack : public Function<dim>
 {
 public:
   PullBack ()
-  :
-  Function<dim>(dim, 0.),
-  h (0.028),
-  x_max (4.5*h),
-  y_max (2.036*h),
-  z_max (4.5*h),
-  y_FoR (h)
-    {}
+    :
+    Function<dim>(dim, 0.),
+    h (0.028),
+    x_max (4.5*h),
+    y_max (2.036*h),
+    z_max (4.5*h),
+    y_FoR (h)
+  {}
 
   virtual ~PullBack() {};
 

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.