diff options
Diffstat (limited to 'Source/Python/WarpXWrappers.h')
-rw-r--r-- | Source/Python/WarpXWrappers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Python/WarpXWrappers.h b/Source/Python/WarpXWrappers.h index 36804499b..a720f0f59 100644 --- a/Source/Python/WarpXWrappers.h +++ b/Source/Python/WarpXWrappers.h @@ -92,7 +92,7 @@ extern "C" { int* num_tiles, int** particles_per_tile); void warpx_ComputeDt (); - void warpx_MoveWindow (); + void warpx_MoveWindow (int step, bool move_j); void warpx_EvolveE (amrex::Real dt); void warpx_EvolveB (amrex::Real dt); |