Skip to content

Commit

Permalink
fixup: unused
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Dec 30, 2024
1 parent a78bec9 commit 427a18d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/dem/powder_fill.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ void powderSettlingExample( const std::string filename )
CabanaPD::BaseOutput{}, create_container, 0, true );

// Create powder.
auto dx = particles->dx[0] * 2.0;
auto create_powder = KOKKOS_LAMBDA( const int, const double x[3] )
{
double rsq = x[0] * x[0] + x[1] * x[1];
Expand Down
1 change: 0 additions & 1 deletion examples/mechanics/fragmenting_cylinder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ void fragmentingCylinderExample( const std::string filename )

auto dx = particles->dx;
double height = inputs["system_size"][2];
double factor = inputs["grid_perturbation_factor"];

auto init_functor = KOKKOS_LAMBDA( const int pid )
{
Expand Down

0 comments on commit 427a18d

Please sign in to comment.