From: wolf Date: Wed, 24 May 2000 11:01:29 +0000 (+0000) Subject: Fix template problem. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f52ef518300d04b5ed00cd3ab4c9f2ce7321910e;p=dealii-svn.git Fix template problem. git-svn-id: https://svn.dealii.org/trunk@2934 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 7c00e02973..aeebcbefac 100644 --- a/deal.II/deal.II/source/numerics/matrices.cc +++ b/deal.II/deal.II/source/numerics/matrices.cc @@ -1414,19 +1414,21 @@ template class LaplaceMatrix; template void -MatrixTools::apply_boundary_values (const map &boundary_values, - SparseMatrix &matrix, - Vector &solution, - Vector &right_hand_side, - const bool preserve_symmetry); +MatrixTools:: +apply_boundary_values (const map &boundary_values, + SparseMatrix &matrix, + Vector &solution, + Vector &right_hand_side, + const bool preserve_symmetry); template void -MatrixTools::apply_boundary_values (const map &boundary_values, - SparseMatrix &matrix, - Vector &solution, - Vector &right_hand_side, - const bool preserve_symmetry); +MatrixTools:: +apply_boundary_values (const map &boundary_values, + SparseMatrix &matrix, + Vector &solution, + Vector &right_hand_side, + const bool preserve_symmetry); template void