]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix indent script 14447/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 21 Nov 2022 15:44:06 +0000 (10:44 -0500)
committerTimo Heister <timo.heister@gmail.com>
Mon, 21 Nov 2022 15:44:06 +0000 (10:44 -0500)
contrib/utilities/indent-all
include/deal.II/lac/trilinos_solver.h

index 5afb7255ce88ffee316c64266971df837c99e7c1..7cf1dae07c0fd6333e2e097ca5c1895cd6a0e20a 100755 (executable)
@@ -65,7 +65,7 @@ checks
 # Process all source and header files:
 #
 
-process "tests include source examples contrib/python-bindings" ".*\.(cc|h" format_file
+process "tests include source examples contrib/python-bindings" ".*\.(cc|h)" format_file
 process "source" ".*\.inst.in" format_inst
 
 #
index ea309e8a043d3d542ef103073a79c61af2ac6f73..fa1bec2fc8d8efc8b1e7c135fa520c0e8a2f2768 100644 (file)
 #  include <Epetra_Operator.h>
 
 // for Belos solvers
-#ifdef DEAL_II_TRILINOS_WITH_BELOS
-#  include <BelosBlockCGSolMgr.hpp>
-#  include <BelosBlockGmresSolMgr.hpp>
-#  include <BelosEpetraAdapter.hpp>
-#  include <BelosIteration.hpp>
-#  include <BelosMultiVec.hpp>
-#  include <BelosOperator.hpp>
-#  include <BelosSolverManager.hpp>
-#endif
+#  ifdef DEAL_II_TRILINOS_WITH_BELOS
+#    include <BelosBlockCGSolMgr.hpp>
+#    include <BelosBlockGmresSolMgr.hpp>
+#    include <BelosEpetraAdapter.hpp>
+#    include <BelosIteration.hpp>
+#    include <BelosMultiVec.hpp>
+#    include <BelosOperator.hpp>
+#    include <BelosSolverManager.hpp>
+#  endif
 
 #  include <memory>
 
@@ -732,7 +732,7 @@ namespace TrilinosWrappers
 
 
 
-#ifdef DEAL_II_TRILINOS_WITH_BELOS
+#  ifdef DEAL_II_TRILINOS_WITH_BELOS
   /**
    * Wrapper around the iterate solver package from the Belos
    * packge
@@ -808,7 +808,7 @@ namespace TrilinosWrappers
     const AdditionalData                        additional_data;
     const Teuchos::RCP<Teuchos::ParameterList> &belos_parameters;
   };
-#endif
+#  endif
 
 } // namespace TrilinosWrappers
 
@@ -816,7 +816,7 @@ namespace TrilinosWrappers
 
 #  ifndef DOXYGEN
 
-#ifdef DEAL_II_TRILINOS_WITH_BELOS
+#    ifdef DEAL_II_TRILINOS_WITH_BELOS
 namespace TrilinosWrappers
 {
   namespace internal
@@ -1228,7 +1228,7 @@ namespace TrilinosWrappers
       }
 
 
-#    ifdef HAVE_BELOS_TSQR
+#      ifdef HAVE_BELOS_TSQR
       virtual void
       factorExplicit(Belos::MultiVec<value_type> &,
                      Teuchos::SerialDenseMatrix<int, value_type> &,
@@ -1245,7 +1245,7 @@ namespace TrilinosWrappers
         Asser(false, ExcNotImplemented());
       }
 
-#    endif
+#      endif
 
     private:
       /**
@@ -1434,7 +1434,7 @@ namespace TrilinosWrappers
   }
 
 } // namespace TrilinosWrappers
-#endif
+#    endif
 
 #  endif
 

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.