aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpXWrappers.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Python/WarpXWrappers.H')
-rw-r--r--Source/Python/WarpXWrappers.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Python/WarpXWrappers.H b/Source/Python/WarpXWrappers.H
index f4fa2a3fd..9d4f2475b 100644
--- a/Source/Python/WarpXWrappers.H
+++ b/Source/Python/WarpXWrappers.H
@@ -130,7 +130,9 @@ extern "C" {
void warpx_FillBoundaryE ();
void warpx_FillBoundaryB ();
void warpx_SyncRho ();
- void warpx_SyncCurrent ();
+ void warpx_SyncCurrent (
+ const amrex::Vector<std::array<std::unique_ptr<amrex::MultiFab>,3>>& J_fp,
+ const amrex::Vector<std::array<std::unique_ptr<amrex::MultiFab>,3>>& J_cp);
void warpx_UpdateAuxilaryData ();
void warpx_PushParticlesandDepose (amrex::Real cur_time);