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

Added missing operators in MeshBoundaryTagsLayer

parent 242a0e51
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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;