aboutsummaryrefslogtreecommitdiff
path: root/Source/Python
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-05-28 15:14:42 -0700
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-05-28 15:14:42 -0700
commit1b75fb714c81ebf35254bb61f49b15fb9b8b6ed3 (patch)
tree7c13e8bb21157bc3d7559f95d33691e7bfb26f47 /Source/Python
parent5da2c42c3f4fbe4d48547f28bdc86f310c664271 (diff)
parent24147a2d9977426c8c3461b9f6459e0834d3ce7a (diff)
downloadWarpX-1b75fb714c81ebf35254bb61f49b15fb9b8b6ed3.tar.gz
WarpX-1b75fb714c81ebf35254bb61f49b15fb9b8b6ed3.tar.zst
WarpX-1b75fb714c81ebf35254bb61f49b15fb9b8b6ed3.zip
Merge branch 'dev' into clean_godfrey
Diffstat (limited to 'Source/Python')
-rw-r--r--Source/Python/WarpXWrappers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Python/WarpXWrappers.cpp b/Source/Python/WarpXWrappers.cpp
index 16d7cd841..3c1a930b3 100644
--- a/Source/Python/WarpXWrappers.cpp
+++ b/Source/Python/WarpXWrappers.cpp
@@ -89,7 +89,7 @@ extern "C"
void amrex_finalize (int finalize_mpi)
{
- amrex::Finalize(finalize_mpi);
+ amrex::Finalize();
}
void warpx_init ()