Skip to content

Commit

Permalink
Use impl/Kokkos_Error.hpp instead of Kokkos_Core.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Oct 16, 2023
1 parent fa8c7c6 commit c145eba
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/details/ArborX_DetailsCartesianGrid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#if KOKKOS_VERSION >= 40200
#include <Kokkos_Assert.hpp> // KOKKOS_ASSERT
#else
#include <Kokkos_Core.hpp> // KOKKOS_ASSERT
#include <impl/Kokkos_Error.hpp> // KOKKOS_ASSERT
#endif
#include <Kokkos_MathematicalFunctions.hpp> // floor

Expand Down
2 changes: 1 addition & 1 deletion src/details/ArborX_DetailsContainers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#if KOKKOS_VERSION >= 40200
#include <Kokkos_Assert.hpp> // KOKKOS_ASSERT
#else
#include <Kokkos_Core.hpp> // KOKKOS_ASSERT
#include <impl/Kokkos_Error.hpp> // KOKKOS_ASSERT
#endif

#include <cstddef> // size_t, ptrdiff_t
Expand Down
2 changes: 1 addition & 1 deletion src/details/ArborX_DetailsHappyTreeFriends.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#if KOKKOS_VERSION >= 40200
#include <Kokkos_Assert.hpp> // KOKKOS_ASSERT
#else
#include <Kokkos_Core.hpp> // KOKKOS_ASSERT
#include <impl/Kokkos_Error.hpp> // KOKKOS_ASSERT
#endif

#include <type_traits>
Expand Down
2 changes: 1 addition & 1 deletion src/geometry/ArborX_DetailsAlgorithms.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#if KOKKOS_VERSION >= 40200
#include <Kokkos_Assert.hpp> // KOKKOS_ASSERT
#else
#include <Kokkos_Core.hpp> // KOKKOS_ASSERT
#include <impl/Kokkos_Error.hpp> // KOKKOS_ASSERT
#endif
#include <Kokkos_MathematicalFunctions.hpp> // isfinite

Expand Down
2 changes: 1 addition & 1 deletion src/geometry/ArborX_Ray.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#if KOKKOS_VERSION >= 40200
#include <Kokkos_Assert.hpp> // KOKKOS_ASSERT
#else
#include <Kokkos_Core.hpp> // KOKKOS_ASSERT
#include <impl/Kokkos_Error.hpp> // KOKKOS_ASSERT
#endif

#include <cmath>
Expand Down

0 comments on commit c145eba

Please sign in to comment.