Skip to content

Commit

Permalink
Update the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Jan 9, 2024
1 parent 53b2c3d commit 60e3a30
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ArborX.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@
#include <ArborX_Point.hpp>
#include <ArborX_Predicates.hpp>
#include <ArborX_Sphere.hpp>
// for backward compatiblity for those using the now deprecated algorithms min
// or max that used to namespace ArborX
// 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 60e3a30

Please sign in to comment.