From: kayser-herold Date: Sun, 24 Sep 2006 15:43:39 +0000 (+0000) Subject: Added a missing explicit template instantiation (Mac OSX complained X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e11bd484f4504a44edbedd8d2d62a5c9f5a77d9f;p=dealii-svn.git Added a missing explicit template instantiation (Mac OSX complained about that). git-svn-id: https://svn.dealii.org/trunk@13953 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/sparse_matrix_matrix.in.h b/deal.II/lac/source/sparse_matrix_matrix.in.h index 5bdab3604f..4b2cdcc9c1 100644 --- a/deal.II/lac/source/sparse_matrix_matrix.in.h +++ b/deal.II/lac/source/sparse_matrix_matrix.in.h @@ -22,5 +22,8 @@ SparseMatrix::copy_from (const SparseMatrix &); template void SparseMatrix::copy_from (const FullMatrix &); +template void SparseMatrix::add (const TYPEMAT, + const SparseMatrix &); + template void SparseMatrix::add_scaled (const TYPEMAT, const SparseMatrix &);