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 Jan 18, 2024
1 parent a8b5097 commit 7f2ed26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/simulation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,8 @@ template <typename problem_t> void AMRSimulation<problem_t>::calculateGpotAllLev
#ifdef AMREX_PARTICLES
if (do_cic_particles != 0) {
// deposit particles using amrex::ParticleToMesh
amrex::ParticleToMesh(*CICParticles, amrex::GetVecOfPtrs(rhs), 0, finest_level, quokka::CICDeposition{Gconst_, quokka::ParticleMassIdx, 0, 1});
amrex::ParticleToMesh(*CICParticles, amrex::GetVecOfPtrs(rhs), 0, finest_level,
quokka::CICDeposition{Gconst_, quokka::ParticleMassIdx, 0, 1});
}
#endif

Expand Down

0 comments on commit 7f2ed26

Please sign in to comment.