]> https://gitweb.dealii.org/ - dealii.git/commitdiff
indent
authorTimo Heister <timo.heister@gmail.com>
Fri, 12 Apr 2019 21:07:03 +0000 (15:07 -0600)
committerTimo Heister <timo.heister@gmail.com>
Fri, 12 Apr 2019 21:07:03 +0000 (15:07 -0600)
examples/step-63/step-63.cc

index 3f9717ec8964b47e78aa8d277b9dd9383902a7d9..06781b27425ed3518a6a85fcf6602ef7de520cc4 100644 (file)
@@ -158,7 +158,8 @@ namespace Step63
                       "true",
                       Patterns::Bool(),
                       "With streamline diffusion: true|false");
-    prm.declare_entry("Output","true",
+    prm.declare_entry("Output",
+                      "true",
                       Patterns::Bool(),
                       "Generate graphical output: true|false");
 
@@ -658,7 +659,8 @@ namespace Step63
                            compute_stabilization_delta(cell->diameter(),
                                                        epsilon,
                                                        advection_direction,
-                                                       settings.fe_degree) : 0.0;
+                                                       settings.fe_degree) :
+                           0.0;
 
     for (unsigned int q_point = 0; q_point < n_q_points; ++q_point)
       for (unsigned int i = 0; i < dofs_per_cell; ++i)

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.