diff options
author | 2022-05-10 00:11:11 +0200 | |
---|---|---|
committer | 2022-05-09 22:11:11 +0000 | |
commit | e1808e6894519a68449a596d77db706d85d5aca0 (patch) | |
tree | c3d85c0474386eb9abbdf4b252517a292da85664 /Source/FieldSolver/WarpX_QED_Field_Pushers.cpp | |
parent | 4217c76c39648358ec7a43c6cdf672d5e1ef8858 (diff) | |
download | WarpX-e1808e6894519a68449a596d77db706d85d5aca0.tar.gz WarpX-e1808e6894519a68449a596d77db706d85d5aca0.tar.zst WarpX-e1808e6894519a68449a596d77db706d85d5aca0.zip |
Fix miscellaneous issues found with clang tidy (#3083)
* fix miscellaneous issues found with clang tidy
* fix miscellaneous issues found with clang tidy
* moved default constructors and destructors to header
* fix issue
* Use default again
Diffstat (limited to 'Source/FieldSolver/WarpX_QED_Field_Pushers.cpp')
-rw-r--r-- | Source/FieldSolver/WarpX_QED_Field_Pushers.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/FieldSolver/WarpX_QED_Field_Pushers.cpp b/Source/FieldSolver/WarpX_QED_Field_Pushers.cpp index d5c2a7c51..e58d472ef 100644 --- a/Source/FieldSolver/WarpX_QED_Field_Pushers.cpp +++ b/Source/FieldSolver/WarpX_QED_Field_Pushers.cpp @@ -23,7 +23,6 @@ #include <AMReX_GpuDevice.H> #include <AMReX_GpuElixir.H> #include <AMReX_GpuLaunch.H> -#include <AMReX_GpuLaunch.H> #include <AMReX_GpuQualifiers.H> #include <AMReX_IndexType.H> #include <AMReX_LayoutData.H> |