diff options
author | 2019-09-23 20:09:09 -0700 | |
---|---|---|
committer | 2019-09-23 20:09:09 -0700 | |
commit | c51f53a2dc60076995e99bcf91ca8167edb1818f (patch) | |
tree | 6312b355822ceb0a06aaecf953c46e9c27ef88fe /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 3b44103b7cd689bb30e5e379f67c8a1c8ad9c618 (diff) | |
download | WarpX-c51f53a2dc60076995e99bcf91ca8167edb1818f.tar.gz WarpX-c51f53a2dc60076995e99bcf91ca8167edb1818f.tar.zst WarpX-c51f53a2dc60076995e99bcf91ca8167edb1818f.zip |
Remove trailing space
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 2 |
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) ){ |