From b32d370e5b1033c49ec0dbed2a5c1ed199959824 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 19 May 2008 04:28:09 +0000 Subject: [PATCH] Minor formatting changes. git-svn-id: https://svn.dealii.org/trunk@16116 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-33/step-33.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-33/step-33.cc b/deal.II/examples/step-33/step-33.cc index 32adfea0ec..b591f8b51d 100644 --- a/deal.II/examples/step-33/step-33.cc +++ b/deal.II/examples/step-33/step-33.cc @@ -1041,7 +1041,6 @@ namespace Parameters double gravity; double time_step, final_time; - bool is_stationary; // Name of the mesh to read in. std::string mesh; @@ -1071,7 +1070,8 @@ namespace Parameters template - AllParameters::AllParameters (): + AllParameters::AllParameters () + : initial_conditions (EulerEquations::n_components) {} -- 2.39.5