Skip to content

Commit

Permalink
Fix undef name
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Feb 7, 2024
1 parent 2ae2bcb commit 2dce67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geometry/ArborX_GeometryTraits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ DEFINE_GEOMETRY(sphere, SphereTag);
DEFINE_GEOMETRY(triangle, TriangleTag);
DEFINE_GEOMETRY(kdop, KDOPTag);
DEFINE_GEOMETRY(ray, RayTag);
#undef IS_GEOMETRY
#undef DEFINE_GEOMETRY

template <typename Geometry>
inline constexpr bool
Expand Down

0 comments on commit 2dce67a

Please sign in to comment.