From d6d6b86a71df423d3ab74280dbe22c6b4529c0d6 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 1 Jun 2017 16:56:54 +0200 Subject: [PATCH] Fix indentation in template-arguments.in --- cmake/config/template-arguments.in | 70 +++++++++++++++--------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/cmake/config/template-arguments.in b/cmake/config/template-arguments.in index 13120b1fce..289b6b3237 100644 --- a/cmake/config/template-arguments.in +++ b/cmake/config/template-arguments.in @@ -56,45 +56,45 @@ SERIAL_VECTORS := { Vector; // same as SERIAL_VECTORS but only with real-valued PETSc vectors REAL_SERIAL_VECTORS := { Vector; - Vector ; + Vector ; - BlockVector; - BlockVector; + BlockVector; + BlockVector; - LinearAlgebra::Vector; - LinearAlgebra::Vector ; + LinearAlgebra::Vector; + LinearAlgebra::Vector ; - LinearAlgebra::distributed::Vector; - LinearAlgebra::distributed::Vector ; + LinearAlgebra::distributed::Vector; + LinearAlgebra::distributed::Vector ; - LinearAlgebra::distributed::BlockVector; - LinearAlgebra::distributed::BlockVector ; + LinearAlgebra::distributed::BlockVector; + LinearAlgebra::distributed::BlockVector ; - @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; - Vector ; + Vector ; - LinearAlgebra::Vector; - LinearAlgebra::Vector ; + LinearAlgebra::Vector; + LinearAlgebra::Vector ; - LinearAlgebra::distributed::Vector; - LinearAlgebra::distributed::Vector ; + LinearAlgebra::distributed::Vector; + LinearAlgebra::distributed::Vector ; - @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; - Vector ; + Vector ; - BlockVector; - BlockVector; + BlockVector; + BlockVector; - LinearAlgebra::distributed::Vector; + LinearAlgebra::distributed::Vector; - @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; -- 2.39.5