aboutsummaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp
index 8dfddc833..b1e83d652 100644
--- a/Source/Particles/PhysicalParticleContainer.cpp
+++ b/Source/Particles/PhysicalParticleContainer.cpp
@@ -1367,7 +1367,7 @@ PhysicalParticleContainer::Evolve (int lev,
// When subcycling is ON, the splitting is done on the last call to
// PhysicalParticleContainer::Evolve on the finest level, i.e., at the
// end of the large timestep. Otherwise, the pushes on different levels
- // are not consistent, and the call to Redistribute (inside
+ // are not consistent, and the call to Redistribute (inside
// SplitParticles) may result in split particles to deposit twice on the
// coarse level.
if (do_splitting && (a_dt_type == DtType::SecondHalf || a_dt_type == DtType::Full) ){