diff options
author | 2021-09-20 18:22:14 -0700 | |
---|---|---|
committer | 2021-09-20 18:22:14 -0700 | |
commit | 1b15861e6e8da9b6843bad96c17c763626fce870 (patch) | |
tree | 9277899fd92d88422d92f40e4e8d9cffd28d8e4e /Source/Python/WarpXWrappers.cpp | |
parent | a26a1ba1382a4ef2b3556197ddfa00f4dde6e6c1 (diff) | |
download | WarpX-1b15861e6e8da9b6843bad96c17c763626fce870.tar.gz WarpX-1b15861e6e8da9b6843bad96c17c763626fce870.tar.zst WarpX-1b15861e6e8da9b6843bad96c17c763626fce870.zip |
Rename WarpXWrappers.(h->H) (#2261)
* Rename WarpXWrappers.(h->H)
All our other header files use `.H`, so renaming this one for
consistency.
* Remove unused includes of WarpXWrappers.H
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 dd4cf0e75..921dc6b4f 100644 --- a/Source/Python/WarpXWrappers.cpp +++ b/Source/Python/WarpXWrappers.cpp @@ -13,7 +13,7 @@ #include "Particles/WarpXParticleContainer.H" #include "Utils/WarpXUtil.H" #include "WarpX.H" -#include "WarpXWrappers.h" +#include "WarpXWrappers.H" #include "WarpX_py.H" #include <AMReX.H> |