From 3acb3ecfbbb34e261b251e804c0328ee50d3aff7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 2 Apr 2009 14:11:27 +0000 Subject: [PATCH] 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 --- deal.II/deal.II/source/numerics/matrices.cc | 27 --------------------- 1 file changed, 27 deletions(-) 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, -- 2.39.5