Loading src/TNL/Meshes/MeshDetails/layers/MeshBoundaryTagsLayer.h +8 −0 Original line number Diff line number Diff line Loading @@ -251,6 +251,14 @@ class MeshBoundaryTagsLayer< MeshConfig, Device, DimensionTag, false > public: using GlobalIndexType = typename EntityTraitsType::GlobalIndexType; MeshBoundaryTagsLayer() = default; explicit MeshBoundaryTagsLayer( const MeshBoundaryTagsLayer& other ) {} template< typename Device_ > MeshBoundaryTagsLayer( const MeshBoundaryTagsLayer< MeshConfig, Device_, DimensionTag >& other ) {} MeshBoundaryTagsLayer& operator=( const MeshBoundaryTagsLayer& other ) { return *this; } template< typename Device_ > MeshBoundaryTagsLayer& operator=( const MeshBoundaryTagsLayer< MeshConfig, Device_, DimensionTag >& other ) { return *this; } bool setNumberOfEntities( const GlobalIndexType& entitiesCount ) { return true; Loading Loading
src/TNL/Meshes/MeshDetails/layers/MeshBoundaryTagsLayer.h +8 −0 Original line number Diff line number Diff line Loading @@ -251,6 +251,14 @@ class MeshBoundaryTagsLayer< MeshConfig, Device, DimensionTag, false > public: using GlobalIndexType = typename EntityTraitsType::GlobalIndexType; MeshBoundaryTagsLayer() = default; explicit MeshBoundaryTagsLayer( const MeshBoundaryTagsLayer& other ) {} template< typename Device_ > MeshBoundaryTagsLayer( const MeshBoundaryTagsLayer< MeshConfig, Device_, DimensionTag >& other ) {} MeshBoundaryTagsLayer& operator=( const MeshBoundaryTagsLayer& other ) { return *this; } template< typename Device_ > MeshBoundaryTagsLayer& operator=( const MeshBoundaryTagsLayer< MeshConfig, Device_, DimensionTag >& other ) { return *this; } bool setNumberOfEntities( const GlobalIndexType& entitiesCount ) { return true; Loading