Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Jan 6, 2025
1 parent c359581 commit 6160156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spatial/detail/ArborX_SpaceFillingCurves.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace Experimental

struct Morton32
{
template <typename Box, class Geometry>
template <typename Box, typename Geometry>
KOKKOS_FUNCTION auto operator()(Box const &scene_bounding_box,
Geometry const &geometry) const
{
Expand All @@ -44,7 +44,7 @@ struct Morton32

struct Morton64
{
template <typename Box, class Geometry>
template <typename Box, typename Geometry>
KOKKOS_FUNCTION auto operator()(Box const &scene_bounding_box,
Geometry const &geometry) const
{
Expand Down

0 comments on commit 6160156

Please sign in to comment.