From: Daniel Arndt Date: Thu, 1 Jun 2017 14:56:54 +0000 (+0200) Subject: Fix indentation in template-arguments.in X-Git-Tag: v9.0.0-rc1~1549^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d6b86a71df423d3ab74280dbe22c6b4529c0d6;p=dealii.git Fix indentation in template-arguments.in --- 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;