From: Wolfgang Bangerth Date: Thu, 29 Sep 2011 20:03:34 +0000 (+0000) Subject: Indent a bunch of variables. X-Git-Tag: v8.0.0~3342 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85fb94f77d93c491ec298982d9d478023c8c18f7;p=dealii.git Indent a bunch of variables. git-svn-id: https://svn.dealii.org/trunk@24473 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-31/step-31.cc b/deal.II/examples/step-31/step-31.cc index 2a49256f5f..245fadd511 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -646,16 +646,16 @@ namespace Step31 TrilinosWrappers::Vector temperature_rhs; - double time_step; - double old_time_step; - unsigned int timestep_number; + double time_step; + double old_time_step; + unsigned int timestep_number; std_cxx1x::shared_ptr Amg_preconditioner; std_cxx1x::shared_ptr Mp_preconditioner; - bool rebuild_stokes_matrix; - bool rebuild_temperature_matrices; - bool rebuild_stokes_preconditioner; + bool rebuild_stokes_matrix; + bool rebuild_temperature_matrices; + bool rebuild_stokes_preconditioner; };