Skip to content

Commit

Permalink
Explicitly include <ArborX_DetailsUtils.hpp> from <ArborX.hpp> (#…
Browse files Browse the repository at this point in the history
…1013)

* Explicitly include <ArborX_DetailsUtils.hpp> from <ArborX.hpp>

* Update the comment

---------

Co-authored-by: Andrey Prokopenko <prokopenkoav@ornl.gov>
  • Loading branch information
dalg24 and aprokop committed Jan 9, 2024
1 parent 15bd960 commit c1b73bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ArborX.hpp
Expand Up @@ -24,5 +24,10 @@
#include <ArborX_Point.hpp>
#include <ArborX_Predicates.hpp>
#include <ArborX_Sphere.hpp>
// FIXME: we include ArborX_DetailsUtils.hpp only for backward compatibility for
// users using deprecated functions in ArborX namespace (min, max,
// adjacentDifference, ...). This header should be removed when we remove those
// functions.
#include <ArborX_DetailsUtils.hpp>

#endif

0 comments on commit c1b73bc

Please sign in to comment.