]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Move deprecation declaration at the end 5447/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 12 Nov 2017 23:59:58 +0000 (00:59 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 12 Nov 2017 23:59:58 +0000 (00:59 +0100)
include/deal.II/lac/vector_view.h

index 6a68ff74f11d13f50a99800d58e4eb2cfc12a4d4..78e562477c97ab53b5182e95dd7253bb1df6db0a 100644 (file)
@@ -130,7 +130,7 @@ DEAL_II_NAMESPACE_OPEN
  * @deprecated Use ArrayView instead.
  */
 template <typename Number>
-class DEAL_II_DEPRECATED VectorView : public Vector<Number>
+class VectorView : public Vector<Number>
 {
 public:
 
@@ -225,7 +225,7 @@ public:
    * called, and will throw an exception if you try to do so.
    */
   virtual void swap (Vector<Number> &v);
-};
+} DEAL_II_DEPRECATED;
 
 
 

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.