diff options
Diffstat (limited to 'Python/pywarpx/WarpXPIC.py')
-rw-r--r-- | Python/pywarpx/WarpXPIC.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pywarpx/WarpXPIC.py b/Python/pywarpx/WarpXPIC.py index c087d3c7a..dc66ec26a 100644 --- a/Python/pywarpx/WarpXPIC.py +++ b/Python/pywarpx/WarpXPIC.py @@ -52,5 +52,5 @@ class WarpXPIC(PICAPI): def apply_particle_boundary_conditions(self): libwarpx.mypc_Redistribute() # Redistribute particles - libwarpx.warpx_MoveWindow() # !!! not the correct place yet + libwarpx.warpx_MoveWindow(self.istep,True) # !!! not the correct place yet |