diff options
Diffstat (limited to 'Source/Python')
-rw-r--r-- | Source/Python/WarpXWrappers.H (renamed from Source/Python/WarpXWrappers.h) | 0 | ||||
-rw-r--r-- | Source/Python/WarpXWrappers.cpp | 2 | ||||
-rw-r--r-- | Source/Python/WarpX_py.H | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/Source/Python/WarpXWrappers.h b/Source/Python/WarpXWrappers.H index 71eb5b4fd..71eb5b4fd 100644 --- a/Source/Python/WarpXWrappers.h +++ b/Source/Python/WarpXWrappers.H 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> diff --git a/Source/Python/WarpX_py.H b/Source/Python/WarpX_py.H index dff61c2b5..42697fbac 100644 --- a/Source/Python/WarpX_py.H +++ b/Source/Python/WarpX_py.H @@ -8,7 +8,7 @@ #ifndef WARPX_PY_H_ #define WARPX_PY_H_ -#include "WarpXWrappers.h" +#include "WarpXWrappers.H" extern "C" { |