From 5777de50e8e7bedddcc688a7a88e9f333cdfeef6 Mon Sep 17 00:00:00 2001
From: Tomas Oberhuber <tomas.oberhuber@fjfi.cvut.cz>
Date: Tue, 3 Mar 2020 16:37:46 +0100
Subject: [PATCH] Deleted unused method Matrix::getValuesSize().

---
 src/TNL/Matrices/Matrix.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/TNL/Matrices/Matrix.h b/src/TNL/Matrices/Matrix.h
index 48e6ebf7c5..8e467b004f 100644
--- a/src/TNL/Matrices/Matrix.h
+++ b/src/TNL/Matrices/Matrix.h
@@ -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:
 
-- 
GitLab