aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/WarpXParticleContainer.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/WarpXParticleContainer.H')
-rw-r--r--Source/Particles/WarpXParticleContainer.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Particles/WarpXParticleContainer.H b/Source/Particles/WarpXParticleContainer.H
index fa5c586da..4fb4f007b 100644
--- a/Source/Particles/WarpXParticleContainer.H
+++ b/Source/Particles/WarpXParticleContainer.H
@@ -338,8 +338,8 @@ protected:
//! instead of gathering fields from the finest patch level, gather from the coarsest
bool m_gather_from_main_grid = false;
- static int do_not_push;
- static int do_not_deposit;
+ int do_not_push = 0;
+ int do_not_deposit = 0;
// Whether to allow particles outside of the simulation domain to be
// initialized when they enter the domain.