aboutsummaryrefslogtreecommitdiff
path: root/Source/Evolve/WarpXEvolveEM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Evolve/WarpXEvolveEM.cpp')
-rw-r--r--Source/Evolve/WarpXEvolveEM.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Evolve/WarpXEvolveEM.cpp b/Source/Evolve/WarpXEvolveEM.cpp
index 8f800665d..a4ed803ee 100644
--- a/Source/Evolve/WarpXEvolveEM.cpp
+++ b/Source/Evolve/WarpXEvolveEM.cpp
@@ -148,7 +148,7 @@ WarpX::EvolveEM (int numsteps)
}
myBFD->writeLabFrameData(cell_centered_data.get(), *mypc, geom[0], cur_time, dt[0]);
}
-
+
bool move_j = is_synchronized || to_make_plot || do_insitu;
// If is_synchronized we need to shift j too so that next step we can evolve E by dt/2.
// We might need to move j because we are going to make a plotfile.
@@ -277,7 +277,7 @@ WarpX::EvolveEM (int numsteps)
void
WarpX::OneStep_nosub (Real cur_time)
{
- // Loop over species. For each ionizable species, create particles in
+ // Loop over species. For each ionizable species, create particles in
// product species.
mypc->doFieldIonization();
// Push particle from x^{n} to x^{n+1}
@@ -349,7 +349,7 @@ WarpX::OneStep_sub1 (Real curtime)
{
// TODO: we could save some charge depositions
- // Loop over species. For each ionizable species, create particles in
+ // Loop over species. For each ionizable species, create particles in
// product species.
mypc->doFieldIonization();