From 83b6bbc88f796c408f376f4ad10d731a73831914 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 21 Jan 2011 22:27:25 +0000 Subject: [PATCH] Properly indent preprocessor statements. git-svn-id: https://svn.dealii.org/trunk@23234 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/trilinos_vector_base.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/include/deal.II/lac/trilinos_vector_base.h b/deal.II/include/deal.II/lac/trilinos_vector_base.h index 18394cf70c..071cb6e4cf 100644 --- a/deal.II/include/deal.II/lac/trilinos_vector_base.h +++ b/deal.II/include/deal.II/lac/trilinos_vector_base.h @@ -1133,8 +1133,8 @@ namespace TrilinosWrappers { Epetra_CombineMode mode = (last_action != Zero) ? last_action : given_last_action; - #ifdef DEBUG - #ifdef DEAL_II_COMPILER_SUPPORTS_MPI +#ifdef DEBUG +# ifdef DEAL_II_COMPILER_SUPPORTS_MPI // check that every process has decided // to use the same mode. This will // otherwise result in undefined @@ -1148,8 +1148,8 @@ namespace TrilinosWrappers result); Assert(result.max-result.min<1e-5, ExcTrilinosError(0)); - #endif - #endif +# endif +#endif // Now pass over the information about // what we did last to the vector. -- 2.39.5