aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r--Source/WarpX.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp
index a73a41e9c..cf474d2eb 100644
--- a/Source/WarpX.cpp
+++ b/Source/WarpX.cpp
@@ -340,7 +340,6 @@ WarpX::ReadParameters ()
Real dz_snapshots_lab = 0;
snapshot_interval_is_specified += pp.query("dt_snapshots_lab", dt_snapshots_lab);
if ( pp.query("dz_snapshots_lab", dz_snapshots_lab) ){
- // dt_snapshots_lab = dz_snapshots_lab/gamma_boost/moving_window_v;
dt_snapshots_lab = dz_snapshots_lab/moving_window_v;
snapshot_interval_is_specified = 1;
}