From b46c74f46fae30a22d1407f7cd8a28ccd9cb9e70 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Thu, 30 Jul 2015 13:41:22 +0200 Subject: [PATCH] Mark Epetra_Map functions as deprecated. --- include/deal.II/lac/block_sparsity_pattern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/lac/block_sparsity_pattern.h b/include/deal.II/lac/block_sparsity_pattern.h index 974734c6fa..e07bdab617 100644 --- a/include/deal.II/lac/block_sparsity_pattern.h +++ b/include/deal.II/lac/block_sparsity_pattern.h @@ -654,7 +654,7 @@ namespace TrilinosWrappers * equivalent to calling the second constructor with the length of the * mapping vector and then entering the index values. */ - BlockSparsityPattern (const std::vector ¶llel_partitioning); + BlockSparsityPattern (const std::vector ¶llel_partitioning) DEAL_II_DEPRECATED; /** * Initialize the pattern with an array of index sets that specifies both @@ -699,7 +699,7 @@ namespace TrilinosWrappers * distribution according to the specifications in the array of * Epetra_Maps. */ - void reinit (const std::vector ¶llel_partitioning); + void reinit (const std::vector ¶llel_partitioning) DEAL_II_DEPRECATED; /** * Resize the matrix to a square tensor product of matrices. See the -- 2.39.5