From: Matthias Maier Date: Thu, 13 Dec 2012 17:59:23 +0000 (+0000) Subject: TODO: This three "deprecated" functions are used internally incredibly often... X-Git-Tag: v8.0.0~1079^2~193^2~26 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45def01403c95df335d10ce7f3a151dadf3d568c;p=dealii.git 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 --- 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