From 65807bfa2604346d94fe1d62cf447a6f445e78df Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 8 Jan 2013 21:01:19 +0000 Subject: [PATCH] Mark two functions as deprecated. git-svn-id: https://svn.dealii.org/trunk@27981 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/multigrid/mg_tools.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/deal.II/include/deal.II/multigrid/mg_tools.h b/deal.II/include/deal.II/multigrid/mg_tools.h index e2d05f0fd3..a359d7139b 100644 --- a/deal.II/include/deal.II/multigrid/mg_tools.h +++ b/deal.II/include/deal.II/multigrid/mg_tools.h @@ -251,20 +251,18 @@ namespace MGTools /** * Maybe no longer needed. */ - template void apply_boundary_values (const std::set &boundary_dofs, SparseMatrix &matrix, const bool preserve_symmetry, - const bool ignore_zeros = false); + const bool ignore_zeros = false) DEAL_II_DEPRECATED; template void apply_boundary_values (const std::set &boundary_dofs, BlockSparseMatrix &matrix, - const bool preserve_symmetry); - + const bool preserve_symmetry) DEAL_II_DEPRECATED; /** * For each level in a multigrid -- 2.39.5