Skip to content

Commit

Permalink
fix unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSinn committed Feb 18, 2025
1 parent 9b3ab2a commit 2dca12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/particles/pusher/PlasmaParticleAdvance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ template struct PlasmaMomentumDerivative<DualNumber>;
void
AdvancePlasmaParticles (PlasmaParticleContainer& plasma, const Fields & fields,
amrex::Vector<amrex::Geometry> const& gm, const bool temp_slice,
int const lev, int const current_N_level)
int const lev, [[maybe_unused]] int const current_N_level)
{
HIPACE_PROFILE("AdvancePlasmaParticles()");
using namespace amrex::literals;
Expand Down

0 comments on commit 2dca12f

Please sign in to comment.