aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.cpp
diff options
context:
space:
mode:
authorGravatar Luca Fedeli <luca.fedeli@cea.fr> 2023-09-08 17:25:40 +0200
committerGravatar GitHub <noreply@github.com> 2023-09-08 08:25:40 -0700
commit9d00646cda280f8be7f2fe391fe1beb807bb4362 (patch)
tree61eb473ce7e98b7781167a742a48ce2e0649a6c7 /Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.cpp
parent16e7d63038b5dab1d13d4de4877d3752c78a17c8 (diff)
downloadWarpX-9d00646cda280f8be7f2fe391fe1beb807bb4362.tar.gz
WarpX-9d00646cda280f8be7f2fe391fe1beb807bb4362.tar.zst
WarpX-9d00646cda280f8be7f2fe391fe1beb807bb4362.zip
Clang tidy CI test: add selected google-* checks (#4267)
* clang-tidy CI test: add selected google- checks * address issues found with clang-tidy * fixed bugs * fix bugs
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.cpp')
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.cpp b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.cpp
index 79285948e..3188712d6 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.cpp
+++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.cpp
@@ -15,7 +15,6 @@
using namespace amrex::literals;
-
/* \brief Initialize coefficients for the update equation */
PsatdAlgorithmGalileanRZ::PsatdAlgorithmGalileanRZ (SpectralKSpaceRZ const & spectral_kspace,
amrex::DistributionMapping const & dm,