diff options
Diffstat (limited to 'Source/WarpXParticleContainer.H')
-rw-r--r-- | Source/WarpXParticleContainer.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WarpXParticleContainer.H b/Source/WarpXParticleContainer.H index 2138a07a5..9f311c84c 100644 --- a/Source/WarpXParticleContainer.H +++ b/Source/WarpXParticleContainer.H @@ -179,6 +179,8 @@ protected: amrex::Real charge; amrex::Real mass; + bool deposit_on_main_grid = false; + static int do_not_push; }; |