Skip to content

Commit

Permalink
CTAD
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Sep 27, 2022
1 parent 1d5b16f commit 2d0152f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/distributed_tree/distributed_knn_callback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ int main(int argc, char *argv[])
ArborX::Point center = {static_cast<float>(comm_rank) + .5f,
static_cast<float>(comm_rank) + .5f,
static_cast<float>(comm_rank) + .5f};
std::vector<ArborX::Point> points = {lower_left_corner, center};
std::vector points = {lower_left_corner, center};
auto points_device = Kokkos::create_mirror_view_and_copy(
MemorySpace{},
Kokkos::View<ArborX::Point *, Kokkos::HostSpace,
Expand Down

0 comments on commit 2d0152f

Please sign in to comment.