From c51f53a2dc60076995e99bcf91ca8167edb1818f Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Mon, 23 Sep 2019 20:09:09 -0700 Subject: Remove trailing space --- Source/Particles/PhysicalParticleContainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Particles/PhysicalParticleContainer.cpp') 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) ){ -- cgit v1.2.3