diff options
author | 2019-04-29 15:37:44 -0700 | |
---|---|---|
committer | 2019-04-29 15:37:44 -0700 | |
commit | 78456345eea42b44ddc011e7c2787e0c77d0c487 (patch) | |
tree | beef10bb457f8ce3533b8a999f7742cf11024a43 /Source/WarpX.cpp | |
parent | 636b4c53715c1f91d05fd2842f3944b733420815 (diff) | |
parent | 515b3464b0c6c6bbc5120ca70bb755a18d19c337 (diff) | |
download | WarpX-78456345eea42b44ddc011e7c2787e0c77d0c487.tar.gz WarpX-78456345eea42b44ddc011e7c2787e0c77d0c487.tar.zst WarpX-78456345eea42b44ddc011e7c2787e0c77d0c487.zip |
merging with dev
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r-- | Source/WarpX.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp index 99d401a3b..d53b1c670 100644 --- a/Source/WarpX.cpp +++ b/Source/WarpX.cpp @@ -46,7 +46,6 @@ long WarpX::noz = 1; bool WarpX::use_fdtd_nci_corr = false; int WarpX::l_lower_order_in_v = true; -bool WarpX::use_laser = false; bool WarpX::use_filter = false; bool WarpX::serialize_ics = false; bool WarpX::refine_plasma = false; @@ -345,7 +344,6 @@ WarpX::ReadParameters () pp.query("n_buffer", n_buffer); pp.query("const_dt", const_dt); - pp.query("use_laser", use_laser); // Read filter and fill IntVect filter_npass_each_dir with // proper size for AMREX_SPACEDIM pp.query("use_filter", use_filter); |