]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove an explicit instantiation.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 20 Apr 2015 17:10:12 +0000 (12:10 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 20 Apr 2015 17:10:12 +0000 (12:10 -0500)
The instantiation references a function that had previously been
explicitly specialized. No explicit instantiation is necessary
here, and in fact leads to a warning by Clang.

source/lac/trilinos_sparse_matrix.cc

index 13bab016c2a08cdf2634d451135a990f661c9b22..eabe83242d315bb560dce6a274ea30aee1009d3a 100644 (file)
@@ -1737,12 +1737,6 @@ namespace TrilinosWrappers
                         const dealii::SparsityPattern &,
                         const bool);
 
-  template void
-  SparseMatrix::reinit (const Epetra_Map &,
-                        const Epetra_Map &,
-                        const DynamicSparsityPattern &,
-                        const bool);
-
 }
 
 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.