aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.H')
-rw-r--r--Source/Particles/PhysicalParticleContainer.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.H b/Source/Particles/PhysicalParticleContainer.H
index 3ade68c92..ea97afb51 100644
--- a/Source/Particles/PhysicalParticleContainer.H
+++ b/Source/Particles/PhysicalParticleContainer.H
@@ -101,6 +101,7 @@ public:
* \param t current physical time
* \param dt time step by which particles are advanced
* \param a_dt_type type of time step (used for sub-cycling)
+ * \param skip_deposition Skip the charge and current deposition.
*
* Evolve iterates over particle iterator (each box) and performs filtering,
* field gather, particle push and current deposition for all particles
@@ -302,7 +303,6 @@ public:
* \brief This function determines if resampling should be done for the current species, and
* if so, performs the resampling.
*
- * @param[in] resampler the Resampling object used for resampling.
* @param[in] timestep the current timestep.
*/
void resample (const int timestep) override final;