Skip to content

Commit

Permalink
fixup: LCL example
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Oct 14, 2024
1 parent a762117 commit 48ce4b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ void linkedCellListExample()
auto cell_list = Cabana::createLinkedCellList(
positions, start, end, grid_delta, grid_min, grid_max );
*/
auto cell_list = Cabana::createLinkedCellList<3>( positions, grid_delta,
grid_min, grid_max );
auto cell_list = Cabana::createLinkedCellList( positions, grid_delta,
grid_min, grid_max );

/*
Now permute the AoSoA (i.e. reorder the data) using the linked cell list.
Expand Down

0 comments on commit 48ce4b0

Please sign in to comment.