]> https://gitweb.dealii.org/ - dealii.git/commitdiff
annotate deprecation of n_array_elements 9725/head
authorTimo Heister <timo.heister@gmail.com>
Tue, 24 Mar 2020 15:03:33 +0000 (11:03 -0400)
committerTimo Heister <timo.heister@gmail.com>
Wed, 25 Mar 2020 12:28:04 +0000 (08:28 -0400)
We should always add a comment for a replacement when deprecating
something. It was not obvious here.
Follow-up to #9688

include/deal.II/base/vectorization.h

index 32ffb2996dbd78ed0d2c8a9453776e07c570a9f7..23389353cdea79052695b8004ea740a95fe51d6b 100644 (file)
@@ -400,6 +400,8 @@ public:
    * This gives the number of elements collected in this class. In the general
    * case, there is only one element. Specializations use SIMD intrinsics and
    * can work on multiple elements at the same time.
+   *
+   * @deprecated Use VectorizedArrayBase::size() instead.
    */
   DEAL_II_DEPRECATED static const unsigned int n_array_elements = 1;
 
@@ -942,6 +944,8 @@ public:
 
   /**
    * This gives the number of vectors collected in this class.
+   *
+   * @deprecated Use VectorizedArrayBase::size() instead.
    */
   DEAL_II_DEPRECATED static const unsigned int n_array_elements = 8;
 
@@ -1494,6 +1498,8 @@ public:
 
   /**
    * This gives the number of vectors collected in this class.
+   *
+   * @deprecated Use VectorizedArrayBase::size() instead.
    */
   DEAL_II_DEPRECATED static const unsigned int n_array_elements = 16;
 
@@ -2142,6 +2148,8 @@ public:
 
   /**
    * This gives the number of vectors collected in this class.
+   *
+   * @deprecated Use VectorizedArrayBase::size() instead.
    */
   DEAL_II_DEPRECATED static const unsigned int n_array_elements = 4;
 
@@ -2653,6 +2661,8 @@ public:
 
   /**
    * This gives the number of vectors collected in this class.
+   *
+   * @deprecated Use VectorizedArrayBase::size() instead.
    */
   DEAL_II_DEPRECATED static const unsigned int n_array_elements = 8;
 
@@ -3198,6 +3208,8 @@ public:
 
   /**
    * This gives the number of vectors collected in this class.
+   *
+   * @deprecated Use VectorizedArrayBase::size() instead.
    */
   DEAL_II_DEPRECATED static const unsigned int n_array_elements = 2;
 
@@ -3639,6 +3651,8 @@ public:
 
   /**
    * This gives the number of vectors collected in this class.
+   *
+   * @deprecated Use VectorizedArrayBase::size() instead.
    */
   DEAL_II_DEPRECATED static const unsigned int n_array_elements = 4;
 
@@ -4118,6 +4132,8 @@ public:
 
   /**
    * This gives the number of vectors collected in this class.
+   *
+   * @deprecated Use VectorizedArrayBase::size() instead.
    */
   DEAL_II_DEPRECATED static const unsigned int n_array_elements = 2;
 
@@ -4357,6 +4373,8 @@ public:
 
   /**
    * This gives the number of vectors collected in this class.
+   *
+   * @deprecated Use VectorizedArrayBase::size() instead.
    */
   DEAL_II_DEPRECATED static const unsigned int n_array_elements = 4;
 

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.