From b5417c201dbdf15ff086a4e3ac2e13c47dc98ed6 Mon Sep 17 00:00:00 2001 From: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> Date: Thu, 15 Jun 2023 18:29:37 -0700 Subject: Generalize buffers for `SyncRho`, `SyncCurrent`, and related functions (#3995) --- Source/Python/WarpXWrappers.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Python/WarpXWrappers.H') diff --git a/Source/Python/WarpXWrappers.H b/Source/Python/WarpXWrappers.H index f7d805387..65e2b796a 100644 --- a/Source/Python/WarpXWrappers.H +++ b/Source/Python/WarpXWrappers.H @@ -138,7 +138,8 @@ extern "C" { void warpx_SyncRho (); void warpx_SyncCurrent ( const amrex::Vector,3>>& J_fp, - const amrex::Vector,3>>& J_cp); + const amrex::Vector,3>>& J_cp, + const amrex::Vector,3>>& J_buffer); void warpx_UpdateAuxilaryData (); void warpx_PushParticlesandDepose (amrex::Real cur_time); -- cgit v1.2.3