Loading src/TNL/Meshes/MeshDetails/layers/EntityTags/Layer.h +0 −2 Original line number Diff line number Diff line Loading @@ -184,13 +184,11 @@ public: } } __cuda_callable__ auto getBoundaryIndices( DimensionTag ) const { return boundaryIndices.getConstView(); } __cuda_callable__ auto getInteriorIndices( DimensionTag ) const { return interiorIndices.getConstView(); Loading src/TNL/Meshes/MeshDetails/layers/EntityTags/LayerFamily.h +0 −2 Original line number Diff line number Diff line Loading @@ -226,7 +226,6 @@ public: } template< int Dimension > __cuda_callable__ auto getBoundaryIndices() const { static_assert( WeakTrait< Dimension >::entityTagsEnabled, "You try to access entity tags which are not configured for storage." ); Loading @@ -234,7 +233,6 @@ public: } template< int Dimension > __cuda_callable__ auto getInteriorIndices() const { static_assert( WeakTrait< Dimension >::entityTagsEnabled, "You try to access entity tags which are not configured for storage." ); Loading Loading
src/TNL/Meshes/MeshDetails/layers/EntityTags/Layer.h +0 −2 Original line number Diff line number Diff line Loading @@ -184,13 +184,11 @@ public: } } __cuda_callable__ auto getBoundaryIndices( DimensionTag ) const { return boundaryIndices.getConstView(); } __cuda_callable__ auto getInteriorIndices( DimensionTag ) const { return interiorIndices.getConstView(); Loading
src/TNL/Meshes/MeshDetails/layers/EntityTags/LayerFamily.h +0 −2 Original line number Diff line number Diff line Loading @@ -226,7 +226,6 @@ public: } template< int Dimension > __cuda_callable__ auto getBoundaryIndices() const { static_assert( WeakTrait< Dimension >::entityTagsEnabled, "You try to access entity tags which are not configured for storage." ); Loading @@ -234,7 +233,6 @@ public: } template< int Dimension > __cuda_callable__ auto getInteriorIndices() const { static_assert( WeakTrait< Dimension >::entityTagsEnabled, "You try to access entity tags which are not configured for storage." ); Loading