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 17, 2024
1 parent 34c9e61 commit 2529342
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/Fluids/QdsmcParticleContainer.H
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ public:

//! similar to WarpXParticleContainer::AddNParticles
void AddNParticles (int lev, amrex::Long n,
amrex::Vector<amrex::ParticleReal> const & x,
amrex::Vector<amrex::ParticleReal> const & y,
amrex::Vector<amrex::ParticleReal> const & x,
amrex::Vector<amrex::ParticleReal> const & y,
amrex::Vector<amrex::ParticleReal> const & z,
amrex::Vector<amrex::ParticleReal> const & vx,
amrex::Vector<amrex::ParticleReal> const & vy,
amrex::Vector<amrex::ParticleReal> const & vx,
amrex::Vector<amrex::ParticleReal> const & vy,
amrex::Vector<amrex::ParticleReal> const & vz,
amrex::Vector<amrex::ParticleReal> const & entropy,
amrex::Vector<amrex::ParticleReal> const & np_real);
Expand Down

0 comments on commit 2529342

Please sign in to comment.