We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948c526 commit 40aa722Copy full SHA for 40aa722
src/particles/spacecharge/Deposit1D.cpp
@@ -25,8 +25,8 @@ namespace impactx::particles::spacecharge
25
26
void Deposit1D (
27
ImpactXParticleContainer & pc,
28
- amrex::Real * beam_profile,
29
- amrex::Real * beam_profile_slope,
+ [[maybe_unused]] amrex::Real * beam_profile,
+ [[maybe_unused]] amrex::Real * beam_profile_slope,
30
amrex::Real bin_min,
31
amrex::Real bin_max,
32
int num_bins
0 commit comments