Commit 0e48e0a4 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Deleted status deprecated of StaticArray::setValue.

parent e8cee314
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -227,7 +227,6 @@ public:
   /**
    * \brief Sets all values of this static array to \e val.
    */
   [[deprecated( "Use of StaticArray::setValue is deprecated, assignment operator=() should be used instead." )]]
   __cuda_callable__
   void setValue( const ValueType& val );