From 48be64cc8880b04d44421adb57d77d5f43f9eccc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:00:24 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Source/Fluids/QdsmcParticleContainer.H | 2 +- Source/Fluids/WarpXFluidContainer.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Fluids/QdsmcParticleContainer.H b/Source/Fluids/QdsmcParticleContainer.H index 495f3cbe35a..46ee1b76cf5 100644 --- a/Source/Fluids/QdsmcParticleContainer.H +++ b/Source/Fluids/QdsmcParticleContainer.H @@ -21,7 +21,7 @@ #include "QdsmcParticleContainer_fwd.H" /** - * This enumerated struct is used to index the qdsmc fictitious + * This enumerated struct is used to index the qdsmc fictitious * particle values that are being stored as SoA data. Nattribs * is enumerated to give the number of attributes stored. */ diff --git a/Source/Fluids/WarpXFluidContainer.cpp b/Source/Fluids/WarpXFluidContainer.cpp index ec25203e2fa..48f9043453e 100644 --- a/Source/Fluids/WarpXFluidContainer.cpp +++ b/Source/Fluids/WarpXFluidContainer.cpp @@ -1478,7 +1478,7 @@ void WarpXFluidContainer::HybridInitializeKe (ablastr::fields::MultiFabRegister& { using warpx::fields::FieldType; ablastr::fields::ScalarField rho_fp = fields.get(FieldType::rho_fp, lev); - + #ifdef AMREX_USE_OMP #pragma omp parallel if (amrex::Gpu::notInLaunchRegion()) #endif