Skip to content

Commit

Permalink
fixup: bad rebase for ArborX list
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Oct 4, 2024
1 parent 9eec1ff commit 0e3d73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/Cabana_Experimental_NeighborList.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ struct AccessTraits<Positions, PrimitivesTag,
//! Get the particle at the index.
template <std::size_t NSD = num_space_dim>
static KOKKOS_FUNCTION std::enable_if_t<2 == NSD, Point>
get( Slice const& x, size_type i )
get( Positions const& x, size_type i )
{
return { static_cast<float>( x( i, 0 ) ),
static_cast<float>( x( i, 1 ) ) };
Expand Down

0 comments on commit 0e3d73f

Please sign in to comment.