From f0a921456f38d1dcef9fbfdf0bae70087424a234 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 29 Sep 2011 20:03:34 +0000 Subject: [PATCH] Indent a bunch of variables. git-svn-id: https://svn.dealii.org/trunk@24473 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-31/step-31.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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; }; -- 2.39.5