diff options
author | 2019-05-24 15:11:44 -0700 | |
---|---|---|
committer | 2019-05-24 15:11:44 -0700 | |
commit | 946259603bcb0fcf742404ef5c22c7f1f24eee1e (patch) | |
tree | be8b3b782c00d3da29c34a5cfb456ca785a63e1e /Source/Python/WarpXWrappers.cpp | |
parent | 24e3acabb41d915b7d5d61f633e676590a0ca15e (diff) | |
parent | c1b6870bd7ed42f63bb6ce1a919d6542f05d696f (diff) | |
download | WarpX-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.cpp | 2 |
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 () |