From a2322195ef5bd9835c804ea60dbd127e47c9fe61 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 12 Apr 2019 15:07:03 -0600 Subject: [PATCH] indent --- examples/step-63/step-63.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/step-63/step-63.cc b/examples/step-63/step-63.cc index 3f9717ec89..06781b2742 100644 --- a/examples/step-63/step-63.cc +++ b/examples/step-63/step-63.cc @@ -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) -- 2.39.5