aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpXWrappers.cpp
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2019-05-24 15:11:44 -0700
committerGravatar Dave Grote <grote1@llnl.gov> 2019-05-24 15:11:44 -0700
commit946259603bcb0fcf742404ef5c22c7f1f24eee1e (patch)
treebe8b3b782c00d3da29c34a5cfb456ca785a63e1e /Source/Python/WarpXWrappers.cpp
parent24e3acabb41d915b7d5d61f633e676590a0ca15e (diff)
parentc1b6870bd7ed42f63bb6ce1a919d6542f05d696f (diff)
downloadWarpX-946259603bcb0fcf742404ef5c22c7f1f24eee1e.tar.gz
WarpX-946259603bcb0fcf742404ef5c22c7f1f24eee1e.tar.zst
WarpX-946259603bcb0fcf742404ef5c22c7f1f24eee1e.zip
Merge branch 'dev' into RZgeometry
Diffstat (limited to 'Source/Python/WarpXWrappers.cpp')
-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 d39873c67..10e5ed8dd 100644
--- a/Source/Python/WarpXWrappers.cpp
+++ b/Source/Python/WarpXWrappers.cpp
@@ -93,7 +93,7 @@ extern "C"
void amrex_finalize (int finalize_mpi)
{
- amrex::Finalize(finalize_mpi);
+ amrex::Finalize();
}
void warpx_init ()