Skip to content

Commit

Permalink
Expose C++ obj pointers to Python API
Browse files Browse the repository at this point in the history
  • Loading branch information
kotsaloscv committed Apr 26, 2024
1 parent 7c97d70 commit d1dd616
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/ghex/unstructured/user_concepts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,6 @@ class data_descriptor<ghex::cpu, DomainId, Idx, T>
assert(!(outer_stride) || (outer_stride >= (levels_first ? m_levels : m_domain_size)));
}

/** @brief empty constructor*/
data_descriptor(){}

// member functions

device_id_type device_id() const noexcept { return arch_traits<arch_type>::default_id(); }
Expand Down Expand Up @@ -537,9 +534,6 @@ class data_descriptor<gpu, DomainId, Idx, T>
{
}

/** @brief empty constructor*/
data_descriptor(){}

// member functions

device_id_type device_id() const noexcept { return m_device_id; }
Expand Down

0 comments on commit d1dd616

Please sign in to comment.