Commit bf51a8ee authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Added missing __cuda_callable__ mark to MeshEntityIndex

parent 0d6312b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ public:
      : id( -1 )
   {}

   __cuda_callable__
   const IDType& getIndex() const
   {
      TNL_ASSERT( this->id >= 0, );