diff options
Diffstat (limited to 'Source/Particles/WarpXParticleContainer.H')
-rw-r--r-- | Source/Particles/WarpXParticleContainer.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/WarpXParticleContainer.H b/Source/Particles/WarpXParticleContainer.H index 1fedc1d3e..41a11b442 100644 --- a/Source/Particles/WarpXParticleContainer.H +++ b/Source/Particles/WarpXParticleContainer.H @@ -301,7 +301,7 @@ protected: bool m_gather_from_main_grid = false; static int do_not_push; - static int do_not_deposit_current; + static int do_not_deposit; // Whether to allow particles outside of the simulation domain to be // initialized when they enter the domain. |