aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpXWrappers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Python/WarpXWrappers.cpp')
-rw-r--r--Source/Python/WarpXWrappers.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Python/WarpXWrappers.cpp b/Source/Python/WarpXWrappers.cpp
index 47942a55b..3a7a91a55 100644
--- a/Source/Python/WarpXWrappers.cpp
+++ b/Source/Python/WarpXWrappers.cpp
@@ -434,9 +434,9 @@ extern "C"
WarpX& warpx = WarpX::GetInstance();
warpx.EvolveE (dt);
}
- void warpx_EvolveB (amrex::Real dt) {
+ void warpx_EvolveB (amrex::Real dt, DtType a_dt_type) {
WarpX& warpx = WarpX::GetInstance();
- warpx.EvolveB (dt);
+ warpx.EvolveB (dt, a_dt_type);
}
void warpx_FillBoundaryE () {
WarpX& warpx = WarpX::GetInstance();