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 Oct 18, 2024
1 parent 8533b85 commit 00c7972
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/Fluids/QdsmcParticleContainer.H
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public:
// Function that push particle positions by one time step
void PushX (int lev, amrex::Real dt);

// Change to general function that deposits some fictitious particle
// Change to general function that deposits some fictitious particle
// property/value valuep in a generic scalar multifab
// using linear interpolation
void DepositK(int lev, amrex::MultiFab &Kfield);
Expand Down
2 changes: 1 addition & 1 deletion Source/Fluids/QdsmcParticleContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -383,4 +383,4 @@ QdsmcParticleContainer::DepositK(int lev, amrex::MultiFab &Kfield)
part_i[ip], part_j[ip], part_k[ip], xyzmin, dinv, part_entropy[ip]);
});
}
}
}
2 changes: 1 addition & 1 deletion Source/Fluids/Qdsmc_K.H
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ void do_deposit_scalar(amrex::Array4<amrex::Real> const& scalar_field,
}
}

#endif //WARPX_Qdsmc_K_h
#endif //WARPX_Qdsmc_K_h

0 comments on commit 00c7972

Please sign in to comment.