From: Wolfgang Bangerth Date: Thu, 2 Apr 2009 14:11:27 +0000 (+0000) Subject: Remove a couple more explicit specializations that shouldn't be here. X-Git-Tag: v8.0.0~7921 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3acb3ecfbbb34e261b251e804c0328ee50d3aff7;p=dealii.git Remove a couple more explicit specializations that shouldn't be here. git-svn-id: https://svn.dealii.org/trunk@18543 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 5512ee9061..4b668e3250 100644 --- a/deal.II/deal.II/source/numerics/matrices.cc +++ b/deal.II/deal.II/source/numerics/matrices.cc @@ -2817,20 +2817,6 @@ void MatrixCreator::create_mass_matrix -template -void -MatrixCreator::create_boundary_mass_matrix -(const Mapping &mapping, - const DoFHandler &dof, - const Quadrature &q, - SparseMatrix &matrix, - const FunctionMap::type &boundary_functions, - Vector &rhs_vector, - std::vector &dof_to_boundary_mapping, - const Function * const a, - std::vector); - - template void MatrixCreator::create_boundary_mass_matrix (const DoFHandler &dof, @@ -3002,19 +2988,6 @@ void MatrixCreator::create_mass_matrix &rhs_vector, const Function * const coefficient); -template -void -MatrixCreator::create_boundary_mass_matrix -(const Mapping &mapping, - const DoFHandler &dof, - const Quadrature &q, - SparseMatrix &matrix, - const FunctionMap::type &boundary_functions, - Vector &rhs_vector, - std::vector &dof_to_boundary_mapping, - const Function * const a, - std::vector); - template void MatrixCreator::create_boundary_mass_matrix (const DoFHandler &dof,