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 1df0d5e commit df39ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Fluids/QdsmcParticleContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ QdsmcParticleContainer::InitParticles (int lev)

const amrex::Real* dx = warpx.Geom(lev).CellSize();

// Read this from domain ??
// Read this from domain ??
int nx = (probhi[0] - problo[0])/dx[0] + 1;
int ny = (probhi[1] - problo[1])/dx[1] + 1;
int nz = (probhi[2] - problo[2])/dx[2] + 1;
Expand Down

0 comments on commit df39ed2

Please sign in to comment.