]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Added a missing explicit template instantiation (Mac OSX complained
authorkayser-herold <kayser-herold@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 24 Sep 2006 15:43:39 +0000 (15:43 +0000)
committerkayser-herold <kayser-herold@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 24 Sep 2006 15:43:39 +0000 (15:43 +0000)
about that).

git-svn-id: https://svn.dealii.org/trunk@13953 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_matrix_matrix.in.h

index 5bdab3604fbd696f1374c59ffb4ba59938f8b49c..4b2cdcc9c151397767b2f8fba678ffbe3e1b47b3 100644 (file)
@@ -22,5 +22,8 @@ SparseMatrix<TYPEMAT>::copy_from<TYPE2> (const SparseMatrix<TYPE2> &);
 template 
 void SparseMatrix<TYPEMAT>::copy_from<TYPE2> (const FullMatrix<TYPE2> &);
 
+template void SparseMatrix<TYPEMAT>::add<TYPE2> (const TYPEMAT,
+                                                const SparseMatrix<TYPE2> &);
+
 template void SparseMatrix<TYPEMAT>::add_scaled<TYPE2> (const TYPEMAT,
                                                        const SparseMatrix<TYPE2> &);

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.