From bf51a8ee9a8dc7d822c50bc47e32c24689ef61ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= <klinkjak@fjfi.cvut.cz> Date: Sat, 18 Feb 2017 12:02:18 +0100 Subject: [PATCH] Added missing __cuda_callable__ mark to MeshEntityIndex --- src/TNL/Meshes/MeshDetails/MeshEntityIndex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TNL/Meshes/MeshDetails/MeshEntityIndex.h b/src/TNL/Meshes/MeshDetails/MeshEntityIndex.h index 1537f62adc..a0c303a843 100644 --- a/src/TNL/Meshes/MeshDetails/MeshEntityIndex.h +++ b/src/TNL/Meshes/MeshDetails/MeshEntityIndex.h @@ -31,6 +31,7 @@ public: : id( -1 ) {} + __cuda_callable__ const IDType& getIndex() const { TNL_ASSERT( this->id >= 0, ); -- GitLab