diff options
author | 2019-05-21 12:27:09 -0700 | |
---|---|---|
committer | 2019-05-21 12:27:09 -0700 | |
commit | e89eeaf9c7d1fd4f32ee2032a115d39841b65e39 (patch) | |
tree | 8077ed60718b5e871ae2cdabc91210eb34cdac1b /Source/Python/WarpXWrappers.cpp | |
parent | feb361a531a3159b86796920b4d5db14582574e0 (diff) | |
parent | 765a3f27bc207c162161d5bca34bc6988fe9f476 (diff) | |
download | WarpX-e89eeaf9c7d1fd4f32ee2032a115d39841b65e39.tar.gz WarpX-e89eeaf9c7d1fd4f32ee2032a115d39841b65e39.tar.zst WarpX-e89eeaf9c7d1fd4f32ee2032a115d39841b65e39.zip |
Merge pull request #155 from ECP-WarpX/geometry
Prepare for upcoming amrex changes in Geometry
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 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 () |