From: Wolfgang Bangerth Date: Wed, 15 Apr 2009 22:02:35 +0000 (+0000) Subject: Add two explicit instantiations to make icc happy. X-Git-Tag: v8.0.0~7848 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed0e9a6a71ba51b7c1bbd76576dd11de1c6ddc8e;p=dealii.git Add two explicit instantiations to make icc happy. git-svn-id: https://svn.dealii.org/trunk@18617 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/matrices.cc b/deal.II/deal.II/source/numerics/matrices.cc index 4b668e3250..85902be5f1 100644 --- a/deal.II/deal.II/source/numerics/matrices.cc +++ b/deal.II/deal.II/source/numerics/matrices.cc @@ -2828,6 +2828,17 @@ void MatrixCreator::create_boundary_mass_matrix const Function * const a, std::vector); +template +void MatrixCreator::create_boundary_mass_matrix +(const Mapping &, + const DoFHandler &dof, + const Quadrature &q, + SparseMatrix &matrix, + const FunctionMap::type &rhs, + Vector &rhs_vector, + std::vector &dof_to_boundary_mapping, + const Function * const a, + std::vector); template void @@ -2999,6 +3010,18 @@ void MatrixCreator::create_boundary_mass_matrix * const a, std::vector); +template +void MatrixCreator::create_boundary_mass_matrix +(const Mapping &, + const DoFHandler &dof, + const Quadrature &q, + SparseMatrix &matrix, + const FunctionMap::type &rhs, + Vector &rhs_vector, + std::vector &dof_to_boundary_mapping, + const Function * const a, + std::vector); + // #if deal_II_dimension != 1