From 9d00646cda280f8be7f2fe391fe1beb807bb4362 Mon Sep 17 00:00:00 2001 From: Luca Fedeli Date: Fri, 8 Sep 2023 17:25:40 +0200 Subject: 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 --- .../SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmGalileanRZ.cpp') 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, -- cgit v1.2.3