Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 25, 2024
1 parent 277dafd commit 48be64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Fluids/QdsmcParticleContainer.H
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion Source/Fluids/WarpXFluidContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48be64c

Please sign in to comment.