Variable wavemap::morton::kMaxMortonIndex

Variable Documentation

template<int dim>
constexpr MortonIndex wavemap::morton::kMaxMortonIndex = (dim < 3) ? std::numeric_limits<MortonIndex>::max() : (1ul << (dim * kMaxTreeHeight<dim>)) - 1ul