We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e7a67d + 74d86a1 commit b2b5bafCopy full SHA for b2b5baf
core/include/detray/utils/grid/detail/axis.hpp
@@ -31,9 +31,7 @@ namespace detray::axis {
31
32
/// @brief Multi-bin: contains bin indices from multiple axes
33
template <std::size_t DIM, typename index_t = dindex>
34
-struct multi_bin : public dmulti_index<index_t, DIM> {
35
- constexpr multi_bin() = default;
36
-};
+struct multi_bin : public dmulti_index<index_t, DIM> {};
37
38
/// @brief Helper to tie two bin indices to a range.
39
/// @note Cannot use dindex_range for signed integer bin indices.
0 commit comments