From 88c86270aefef1c7e909af233ea98accea5e3bb1 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 11 Jul 2013 20:44:11 +0000 Subject: [PATCH] Uniformly indent member variable names. git-svn-id: https://svn.dealii.org/trunk@29977 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-40/step-40.cc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/deal.II/examples/step-40/step-40.cc b/deal.II/examples/step-40/step-40.cc index c7d02af070..d8e45fc63a 100644 --- a/deal.II/examples/step-40/step-40.cc +++ b/deal.II/examples/step-40/step-40.cc @@ -3,7 +3,7 @@ /* $Id$ */ /* */ -/* Copyright (C) 2009-2012 by Timo Heister and the deal.II authors */ +/* Copyright (C) 2009-2013 by Timo Heister and the deal.II authors */ /* */ /* This file is subject to QPL and may not be distributed */ /* without copyright and license information. Please refer */ @@ -133,23 +133,23 @@ namespace Step40 void refine_grid (); void output_results (const unsigned int cycle) const; - MPI_Comm mpi_communicator; + MPI_Comm mpi_communicator; - parallel::distributed::Triangulation triangulation; + parallel::distributed::Triangulation triangulation; - DoFHandler dof_handler; - FE_Q fe; + DoFHandler dof_handler; + FE_Q fe; - IndexSet locally_owned_dofs; - IndexSet locally_relevant_dofs; + IndexSet locally_owned_dofs; + IndexSet locally_relevant_dofs; - ConstraintMatrix constraints; + ConstraintMatrix constraints; - PETScWrappers::MPI::SparseMatrix system_matrix; - PETScWrappers::MPI::Vector locally_relevant_solution; - PETScWrappers::MPI::Vector system_rhs; + PETScWrappers::MPI::SparseMatrix system_matrix; + PETScWrappers::MPI::Vector locally_relevant_solution; + PETScWrappers::MPI::Vector system_rhs; - ConditionalOStream pcout; + ConditionalOStream pcout; }; -- 2.39.5