diff options
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.H')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.H | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.H b/Source/Particles/PhysicalParticleContainer.H index 83f008d3a..3ade68c92 100644 --- a/Source/Particles/PhysicalParticleContainer.H +++ b/Source/Particles/PhysicalParticleContainer.H @@ -199,10 +199,9 @@ public: /** * Create new macroparticles for this species, with a fixed * number of particles per cell in a plane. - * @param[in] lev the index of the refinement level * @param[in] dt time step size, used to partially advance the particles */ - void AddPlasmaFlux (int lev, amrex::Real dt); + void AddPlasmaFlux (amrex::Real dt); void MapParticletoBoostedFrame (amrex::Real& x, amrex::Real& y, amrex::Real& z, amrex::Real& ux, amrex::Real& uy, amrex::Real& uz); |