]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing template instantiations
authorMatthias Maier <tamiko@kyomu.43-1.org>
Thu, 10 Oct 2013 22:49:48 +0000 (22:49 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Thu, 10 Oct 2013 22:49:48 +0000 (22:49 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31199 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/lac/chunk_sparsity_pattern.cc

index 021d90b89b8d0831170f179ecec51ba570855828..57aaa9cf6c8c6f1a2ce873ecea1dc523d568d4c3 100644 (file)
@@ -790,5 +790,11 @@ template
 void ChunkSparsityPattern::copy_from<double> (const FullMatrix<double> &,
                                               const size_type ,
                                               const bool);
+template
+void ChunkSparsityPattern::copy_from<float> (const FullMatrix<float> &,
+                                             const size_type);
+template
+void ChunkSparsityPattern::copy_from<double> (const FullMatrix<double> &,
+                                              const size_type);
 
 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.