]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix indentation in template-arguments.in 4460/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Thu, 1 Jun 2017 14:56:54 +0000 (16:56 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Thu, 1 Jun 2017 14:56:54 +0000 (16:56 +0200)
cmake/config/template-arguments.in

index 13120b1fcec9a5ce651c9b912f44e8a480a648a2..289b6b3237b9e798a43ac4250ef54c262bbf8367 100644 (file)
@@ -56,45 +56,45 @@ SERIAL_VECTORS := { Vector<double>;
 
 // same as SERIAL_VECTORS but only with real-valued PETSc vectors
 REAL_SERIAL_VECTORS := { Vector<double>;
-                    Vector<float> ;
+                         Vector<float> ;
 
-                    BlockVector<double>;
-                    BlockVector<float>;
+                         BlockVector<double>;
+                         BlockVector<float>;
 
-                    LinearAlgebra::Vector<double>;
-                    LinearAlgebra::Vector<float> ;
+                         LinearAlgebra::Vector<double>;
+                         LinearAlgebra::Vector<float> ;
 
-                    LinearAlgebra::distributed::Vector<double>;
-                    LinearAlgebra::distributed::Vector<float> ;
+                         LinearAlgebra::distributed::Vector<double>;
+                         LinearAlgebra::distributed::Vector<float> ;
 
-                    LinearAlgebra::distributed::BlockVector<double>;
-                    LinearAlgebra::distributed::BlockVector<float> ;
+                         LinearAlgebra::distributed::BlockVector<double>;
+                         LinearAlgebra::distributed::BlockVector<float> ;
 
-                    @DEAL_II_EXPAND_TRILINOS_VECTOR@;
-                    @DEAL_II_EXPAND_TRILINOS_MPI_VECTOR@;
-                    @DEAL_II_EXPAND_EPETRA_VECTOR@;
-                    @DEAL_II_EXPAND_PETSC_MPI_VECTOR_REAL@;
+                         @DEAL_II_EXPAND_TRILINOS_VECTOR@;
+                         @DEAL_II_EXPAND_TRILINOS_MPI_VECTOR@;
+                         @DEAL_II_EXPAND_EPETRA_VECTOR@;
+                         @DEAL_II_EXPAND_PETSC_MPI_VECTOR_REAL@;
 
-                    @DEAL_II_EXPAND_TRILINOS_BLOCKVECTOR@;
-                    @DEAL_II_EXPAND_TRILINOS_MPI_BLOCKVECTOR@;
-                    @DEAL_II_EXPAND_PETSC_MPI_BLOCKVECTOR_REAL@;
-                  }
+                         @DEAL_II_EXPAND_TRILINOS_BLOCKVECTOR@;
+                         @DEAL_II_EXPAND_TRILINOS_MPI_BLOCKVECTOR@;
+                         @DEAL_II_EXPAND_PETSC_MPI_BLOCKVECTOR_REAL@;
+                       }
 
 // real vector types excluding block vectors
 REAL_NONBLOCK_VECTORS := { Vector<double>;
-                    Vector<float> ;
+                           Vector<float> ;
 
-                    LinearAlgebra::Vector<double>;
-                    LinearAlgebra::Vector<float> ;
+                           LinearAlgebra::Vector<double>;
+                           LinearAlgebra::Vector<float> ;
 
-                    LinearAlgebra::distributed::Vector<double>;
-                    LinearAlgebra::distributed::Vector<float> ;
+                           LinearAlgebra::distributed::Vector<double>;
+                           LinearAlgebra::distributed::Vector<float> ;
 
-                    @DEAL_II_EXPAND_TRILINOS_VECTOR@;
-                    @DEAL_II_EXPAND_TRILINOS_MPI_VECTOR@;
-                    @DEAL_II_EXPAND_EPETRA_VECTOR@;
-                    @DEAL_II_EXPAND_PETSC_MPI_VECTOR_REAL@;
-                  }
+                           @DEAL_II_EXPAND_TRILINOS_VECTOR@;
+                           @DEAL_II_EXPAND_TRILINOS_MPI_VECTOR@;
+                           @DEAL_II_EXPAND_EPETRA_VECTOR@;
+                           @DEAL_II_EXPAND_PETSC_MPI_VECTOR_REAL@;
+                         }
 
 // wrappers for non-MPI vectors (PETSc/Trilinos)
 EXTERNAL_SEQUENTIAL_VECTORS := { @DEAL_II_EXPAND_TRILINOS_VECTOR@;
@@ -114,17 +114,17 @@ EXTERNAL_PARALLEL_VECTORS := { @DEAL_II_EXPAND_TRILINOS_MPI_VECTOR@;
 // only used: mg_transfer_prebuilt.inst.in and
 // mg_level_global_transfer.inst.in
 VECTORS_WITH_MATRIX := { Vector<double>;
-                    Vector<float> ;
+                         Vector<float> ;
 
-                    BlockVector<double>;
-                    BlockVector<float>;
+                         BlockVector<double>;
+                         BlockVector<float>;
 
-                    LinearAlgebra::distributed::Vector<double>;
+                         LinearAlgebra::distributed::Vector<double>;
 
-                    @DEAL_II_EXPAND_TRILINOS_VECTOR@;
-                    @DEAL_II_EXPAND_TRILINOS_MPI_VECTOR@;
-                    @DEAL_II_EXPAND_EPETRA_VECTOR@;
-                  }
+                         @DEAL_II_EXPAND_TRILINOS_VECTOR@;
+                         @DEAL_II_EXPAND_TRILINOS_MPI_VECTOR@;
+                         @DEAL_II_EXPAND_EPETRA_VECTOR@;
+                       }
 
 // DoFHandler and hp::DoFHandler templates
 DOFHANDLER_TEMPLATES := { DoFHandler;

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.