From: bangerth Date: Mon, 19 May 2008 04:28:09 +0000 (+0000) Subject: Minor formatting changes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e488ff8001926dd3082f474d1451cd45c040c6;p=dealii-svn.git Minor formatting changes. git-svn-id: https://svn.dealii.org/trunk@16116 0785d39b-7218-0410-832d-ea1e28bc413d --- 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) {}