From e11bd484f4504a44edbedd8d2d62a5c9f5a77d9f Mon Sep 17 00:00:00 2001 From: kayser-herold Date: Sun, 24 Sep 2006 15:43:39 +0000 Subject: [PATCH] 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 --- deal.II/lac/source/sparse_matrix_matrix.in.h | 3 +++ 1 file changed, 3 insertions(+) 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 &); -- 2.39.5