From 76264682c6f494659cd99fcb57dcf40ab3c6909a Mon Sep 17 00:00:00 2001 From: maier Date: Thu, 13 Dec 2012 17:59:23 +0000 Subject: [PATCH] TODO: This three "deprecated" functions are used internally incredibly often... ... and "deprecated" seems to refer to the user interface and not internal usage git-svn-id: https://svn.dealii.org/branches/branch_deprecated@27810 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/block_vector_base.h | 2 +- deal.II/include/deal.II/lac/sparsity_pattern.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/lac/block_vector_base.h b/deal.II/include/deal.II/lac/block_vector_base.h index 28d6efc9bd..a36f8daf8c 100644 --- a/deal.II/include/deal.II/lac/block_vector_base.h +++ b/deal.II/include/deal.II/lac/block_vector_base.h @@ -816,7 +816,7 @@ public: * versions */ const BlockIndices & - get_block_indices () const DEAL_II_DEPRECATED; + get_block_indices () const; /** * Number of blocks. diff --git a/deal.II/include/deal.II/lac/sparsity_pattern.h b/deal.II/include/deal.II/lac/sparsity_pattern.h index bc1a15cc35..633c11c8e8 100644 --- a/deal.II/include/deal.II/lac/sparsity_pattern.h +++ b/deal.II/include/deal.II/lac/sparsity_pattern.h @@ -970,7 +970,7 @@ public: * yourself, you should also rename this function to avoid programs relying * on outdated information! */ - inline const std::size_t *get_rowstart_indices () const DEAL_II_DEPRECATED; + inline const std::size_t *get_rowstart_indices () const; /** * @deprecated. Use @p row_length and @p column_number instead. Also, using @@ -989,7 +989,7 @@ public: * yourself, you should also rename this function to avoid programs relying * on outdated information! */ - inline const unsigned int *get_column_numbers () const DEAL_II_DEPRECATED; + inline const unsigned int *get_column_numbers () const; BOOST_SERIALIZATION_SPLIT_MEMBER() /** @addtogroup Exceptions -- 2.39.5