diff options
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r-- | Source/WarpX.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H index 6cec8e5be..44e84033f 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -476,10 +476,10 @@ private: amrex::Real current_injection_position = 0; // Plasma injection parameters - int do_plasma_injection = 0; + int warpx_do_continuous_injection = 0; int num_injected_species = -1; amrex::Vector<int> injected_plasma_species; - + int do_electrostatic = 0; int n_buffer = 4; amrex::Real const_dt = 0.5e-11; |