]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
TODO: This three "deprecated" functions are used internally incredibly often...
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Dec 2012 17:59:23 +0000 (17:59 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Dec 2012 17:59:23 +0000 (17:59 +0000)
... 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
deal.II/include/deal.II/lac/sparsity_pattern.h

index 28d6efc9bd45b19628a1d8f5419835f1db8c4111..a36f8daf8c4a9e98ff1595787c56e4066eb20cc5 100644 (file)
@@ -816,7 +816,7 @@ public:
    * versions
    */
   const BlockIndices &
-  get_block_indices () const DEAL_II_DEPRECATED;
+  get_block_indices () const;
 
   /**
    * Number of blocks.
index bc1a15cc35b1615e821c3205f303e487f8714502..633c11c8e8939c01a44f461b617371b64f32a1d5 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.