From: wolf Date: Thu, 17 May 2001 16:14:51 +0000 (+0000) Subject: Remove double explicit specialization. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25d328e9fae84dc279545807d3e9124fe9a9130a;p=dealii-svn.git Remove double explicit specialization. git-svn-id: https://svn.dealii.org/trunk@4661 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 f95a417258..817cfe671f 100644 --- a/deal.II/deal.II/source/numerics/matrices.cc +++ b/deal.II/deal.II/source/numerics/matrices.cc @@ -1531,14 +1531,6 @@ apply_boundary_values (const std::map &boundary_values, Vector &right_hand_side, const bool preserve_symmetry); -template -void -MatrixTools:: -apply_boundary_values (const std::map &, - BlockSparseMatrix &, - BlockVector &, - BlockVector &, - const bool);