]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Switch to just spaces, instead of tabs and spaces.
authorDavid Wells <drwells@vt.edu>
Sun, 31 May 2015 22:33:30 +0000 (18:33 -0400)
committerDavid Wells <drwells@vt.edu>
Mon, 1 Jun 2015 02:58:35 +0000 (22:58 -0400)
cmake/config/template-arguments.in

index c28bc84b3dc83ad6a5396dc6d23b9d6a45ca8559..29b5709e6df8f4db9aa9610bb6893326824e67b0 100644 (file)
@@ -5,36 +5,36 @@ COMPLEX_SCALARS := { std::complex<double>;
                      std::complex<long double> }
 
 DERIVATIVE_TENSORS := { double;
-                       Tensor<1,deal_II_dimension>;
-                       Tensor<2,deal_II_dimension> }
+                        Tensor<1,deal_II_dimension>;
+                        Tensor<2,deal_II_dimension> }
 
 DEAL_II_VEC_TEMPLATES := { Vector; BlockVector }
 
 SERIAL_VECTORS := { Vector<double>;
                     Vector<float> ;
-                   Vector<long double>;
+                    Vector<long double>;
 
-                   BlockVector<double>;
+                    BlockVector<double>;
                     BlockVector<float>;
                     BlockVector<long double>;
 
-                   parallel::distributed::Vector<double>;
-                   parallel::distributed::Vector<float> ;
-                   parallel::distributed::Vector<long double>;
+                    parallel::distributed::Vector<double>;
+                    parallel::distributed::Vector<float> ;
+                    parallel::distributed::Vector<long double>;
 
                     parallel::distributed::BlockVector<double>;
                     parallel::distributed::BlockVector<float> ;
                     parallel::distributed::BlockVector<long double>;
 
-                   @DEAL_II_EXPAND_TRILINOS_VECTOR@;
-                   @DEAL_II_EXPAND_TRILINOS_MPI_VECTOR@;
-                   @DEAL_II_EXPAND_PETSC_VECTOR@;
-                   @DEAL_II_EXPAND_PETSC_MPI_VECTOR@;
+                    @DEAL_II_EXPAND_TRILINOS_VECTOR@;
+                    @DEAL_II_EXPAND_TRILINOS_MPI_VECTOR@;
+                    @DEAL_II_EXPAND_PETSC_VECTOR@;
+                    @DEAL_II_EXPAND_PETSC_MPI_VECTOR@;
 
-                   @DEAL_II_EXPAND_TRILINOS_BLOCKVECTOR@;
-                   @DEAL_II_EXPAND_TRILINOS_MPI_BLOCKVECTOR@;
-                   @DEAL_II_EXPAND_PETSC_BLOCKVECTOR@;
-                   @DEAL_II_EXPAND_PETSC_MPI_BLOCKVECTOR@;
+                    @DEAL_II_EXPAND_TRILINOS_BLOCKVECTOR@;
+                    @DEAL_II_EXPAND_TRILINOS_MPI_BLOCKVECTOR@;
+                    @DEAL_II_EXPAND_PETSC_BLOCKVECTOR@;
+                    @DEAL_II_EXPAND_PETSC_MPI_BLOCKVECTOR@;
                   }
 
 EXTERNAL_SEQUENTIAL_VECTORS := { @DEAL_II_EXPAND_TRILINOS_VECTOR@;
@@ -51,14 +51,14 @@ EXTERNAL_PARALLEL_VECTORS := { @DEAL_II_EXPAND_TRILINOS_MPI_VECTOR@;
 
 VECTORS_WITH_MATRIX := { Vector<double>;
                     Vector<float> ;
-                   Vector<long double>;
+                    Vector<long double>;
 
-                   BlockVector<double>;
+                    BlockVector<double>;
                     BlockVector<float>;
                     BlockVector<long double>;
 
-                   @DEAL_II_EXPAND_TRILINOS_VECTOR@;
-                   @DEAL_II_EXPAND_TRILINOS_MPI_VECTOR@;
+                    @DEAL_II_EXPAND_TRILINOS_VECTOR@;
+                    @DEAL_II_EXPAND_TRILINOS_MPI_VECTOR@;
                   }
 
 DOFHANDLERS := { DoFHandler<deal_II_dimension>;
@@ -68,8 +68,8 @@ DOFHANDLER_TEMPLATES := { DoFHandler;
                           hp::DoFHandler }
 
 TRIANGULATION_AND_DOFHANDLER_TEMPLATES := { Triangulation;
-                                           DoFHandler;
-                                           hp::DoFHandler }
+                                            DoFHandler;
+                                            hp::DoFHandler }
 
 TRIANGULATION_AND_DOFHANDLERS := { Triangulation<deal_II_dimension, deal_II_space_dimension>;
                                    DoFHandler<deal_II_dimension, deal_II_space_dimension>;
@@ -77,7 +77,7 @@ TRIANGULATION_AND_DOFHANDLERS := { Triangulation<deal_II_dimension, deal_II_spac
 
 
 FEVALUES_BASES := { FEValuesBase<deal_II_dimension>;
-                   FEFaceValuesBase<deal_II_dimension> }
+                    FEFaceValuesBase<deal_II_dimension> }
 
 SPARSITY_PATTERNS := { SparsityPattern;
                        DynamicSparsityPattern;
@@ -93,4 +93,4 @@ SPACE_DIMENSIONS := { 1; 2; 3 }
 
 OUTPUT_FLAG_TYPES := { DXFlags; UcdFlags; GnuplotFlags; PovrayFlags; EpsFlags;
                        GmvFlags; TecplotFlags; VtkFlags; SvgFlags;
-                       Deal_II_IntermediateFlags }
\ No newline at end of file
+                       Deal_II_IntermediateFlags }

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.