diff options
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r-- | Source/WarpX.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp index be60bb3f6..00d1cb4ac 100644 --- a/Source/WarpX.cpp +++ b/Source/WarpX.cpp @@ -70,7 +70,7 @@ bool WarpX::do_boosted_frame_particles = true; int WarpX::num_slice_snapshots_lab = 0; Real WarpX::dt_slice_snapshots_lab; -Real WarpX::particle_slice_width_lab = 0; +Real WarpX::particle_slice_width_lab = 0.0; bool WarpX::do_dynamic_scheduling = true; |