Skip to content
Snippets Groups Projects
Commit bf51a8ee authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Added missing __cuda_callable__ mark to MeshEntityIndex

parent 0d6312b2
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ public:
: id( -1 )
{}
__cuda_callable__
const IDType& getIndex() const
{
TNL_ASSERT( this->id >= 0, );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment