Skip to content
Snippets Groups Projects
Commit 0e48e0a4 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Deleted status deprecated of StaticArray::setValue.

parent e8cee314
No related branches found
No related tags found
1 merge request!52To/matrices
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment