]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix formatting of instatantiate calls 7200/head
authorTimo Heister <timo.heister@gmail.com>
Sun, 16 Sep 2018 23:40:39 +0000 (19:40 -0400)
committerTimo Heister <timo.heister@gmail.com>
Sun, 16 Sep 2018 23:42:09 +0000 (19:42 -0400)
source/lac/sparse_direct.cc

index 000732abce9d2762f8ab2bf467c2bec8dc489bd5..b66fcd14803d9a60397e5cc02b1e63c3965bcf0e 100644 (file)
@@ -507,12 +507,14 @@ SparseDirectUMFPACK::n() const
                                            BlockVector<double> &,   \
                                            bool);                   \
   template void SparseDirectUMFPACK::initialize(const MatrixType &, \
-                                                const AdditionalData);
+                                                const AdditionalData)
 
-InstantiateUMFPACK(SparseMatrix<double>) InstantiateUMFPACK(SparseMatrix<float>)
-  InstantiateUMFPACK(SparseMatrixEZ<double>)
-    InstantiateUMFPACK(SparseMatrixEZ<float>)
-      InstantiateUMFPACK(BlockSparseMatrix<double>)
-        InstantiateUMFPACK(BlockSparseMatrix<float>)
+InstantiateUMFPACK(SparseMatrix<double>);
+InstantiateUMFPACK(SparseMatrix<float>);
+InstantiateUMFPACK(SparseMatrixEZ<double>);
+InstantiateUMFPACK(SparseMatrixEZ<float>);
+InstantiateUMFPACK(BlockSparseMatrix<double>);
+InstantiateUMFPACK(BlockSparseMatrix<float>);
 
-          DEAL_II_NAMESPACE_CLOSE
+
+DEAL_II_NAMESPACE_CLOSE

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.