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