diff options
author | 2019-08-16 10:14:14 -0700 | |
---|---|---|
committer | 2019-08-16 10:14:14 -0700 | |
commit | 5b89e34fb5fc66dd04a3310fc7d6216afa9d780c (patch) | |
tree | 3891063aea00b0724229d80e365d367eedf6ef58 /Source/WarpX.cpp | |
parent | 64f3cc66744a913cdba77d915d30b146ff889441 (diff) | |
download | WarpX-5b89e34fb5fc66dd04a3310fc7d6216afa9d780c.tar.gz WarpX-5b89e34fb5fc66dd04a3310fc7d6216afa9d780c.tar.zst WarpX-5b89e34fb5fc66dd04a3310fc7d6216afa9d780c.zip |
typo
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r-- | Source/WarpX.cpp | 1 |
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; } |