Commit 5777de50 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Deleted unused method Matrix::getValuesSize().

parent 8d13b822
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -96,8 +96,8 @@ public:
   void copyFromHostToCuda( Matrices::Matrix< Real, Devices::Host, Index >& matrix );

   // TODO: missing implementation!
   __cuda_callable__
   Index getValuesSize() const;
   //__cuda_callable__
   //Index getValuesSize() const;

   protected: