From 5efe0e353f395656ec8d7dda9ed9bf61496742ec Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 24 May 2000 11:01:29 +0000 Subject: [PATCH] Fix template problem. git-svn-id: https://svn.dealii.org/trunk@2934 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/matrices.cc | 22 +++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) 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 -- 2.39.5