diff options
author | 2023-08-08 11:35:58 +0200 | |
---|---|---|
committer | 2023-08-08 11:35:58 +0200 | |
commit | f27fe24a35d5990345501fede09235f4c55ecc02 (patch) | |
tree | b1d22b1ff4412403cb99bcaf1a011ffa4e126723 /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 51f4395060f9c98542bfaa91c91f94543bf7b52f (diff) | |
download | WarpX-f27fe24a35d5990345501fede09235f4c55ecc02.tar.gz WarpX-f27fe24a35d5990345501fede09235f4c55ecc02.tar.zst WarpX-f27fe24a35d5990345501fede09235f4c55ecc02.zip |
Clang tidy CI test: add 4 more readability-* checks to clang-tidy CI test (#4164)
* clang-tidy CI test: add new readability checks
* address issues found with clang-tidy
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 56fdbc378..ded222ce8 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -667,8 +667,6 @@ PhysicalParticleContainer::AddPlasmaFromFile(ParticleReal q_tot, #endif // WARPX_USE_OPENPMD ignore_unused(q_tot, z_shift); - - return; } void |