]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Properly indent preprocessor statements.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 21 Jan 2011 22:27:25 +0000 (22:27 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 21 Jan 2011 22:27:25 +0000 (22:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@23234 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/trilinos_vector_base.h

index 18394cf70c46c847b9274d98089e3144433362c0..071cb6e4cf0120d465eceedcffe6fbb21c4c2cc2 100644 (file)
@@ -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.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.