]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Provide a forward declaration for an explicit specialization. 852/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 20 Apr 2015 17:16:25 +0000 (12:16 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 20 Apr 2015 17:35:22 +0000 (12:35 -0500)
include/deal.II/lac/trilinos_sparse_matrix.h

index fe952ebe19a781f004eab9feb4e9188b2342ac26..3331e75d3f3badec78b87f9401417a9ab55fce9b 100644 (file)
@@ -57,6 +57,7 @@ template <typename MatrixType> class BlockMatrixBase;
 
 template <typename number> class SparseMatrix;
 class SparsityPattern;
+class DynamicSparsityPattern;
 
 
 namespace TrilinosWrappers
@@ -2945,6 +2946,14 @@ namespace TrilinosWrappers
   }
 
 
+  // declare the existence of an explicit specialization
+  template <>
+  void
+  SparseMatrix::reinit (const Epetra_Map    &input_row_map,
+                        const Epetra_Map    &input_col_map,
+                        const DynamicSparsityPattern &sparsity_pattern,
+                        const bool           exchange_data);
+
 
   template <typename number>
   inline

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.