From 3f95ac68a1d7cf764f58e360ae9b4c43e5913095 Mon Sep 17 00:00:00 2001 From: Luca Fedeli Date: Wed, 30 Aug 2023 03:36:46 +0200 Subject: Clang tidy CI test: add more readability checks to clang tidy CI test (#4146) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add more readability checks to clang-tidy CI test * reformat check list * starting to address issues found with clang-tidy£ * addressing issues * remove check * address issues * address all issues * address issue found with github code scanning --- Source/Python/WarpXWrappers.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Python') diff --git a/Source/Python/WarpXWrappers.H b/Source/Python/WarpXWrappers.H index 38ba8b10f..d2d574458 100644 --- a/Source/Python/WarpXWrappers.H +++ b/Source/Python/WarpXWrappers.H @@ -46,7 +46,7 @@ extern "C" { amrex::Real warpx_getCellSize(int dir, int lev); - amrex::Real warpx_sumParticleCharge(const char* char_species_name, const bool local); + amrex::Real warpx_sumParticleCharge(const char* char_species_name, bool local); void warpx_ComputeDt (); void warpx_MoveWindow (int step, bool move_j); -- cgit v1.2.3