Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
EyaDammak committed Feb 5, 2025
1 parent 2092fb4 commit eb2f136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Hipace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -698,12 +698,12 @@ Hipace::SolveOneSlice (int islice, int step)
// plasma laser ionization
m_multi_plasma.DoLaserIonization(islice, m_multi_laser.GetLaserGeom(), m_multi_laser);


// Push plasma particles
for (int lev=0; lev<current_N_level; ++lev) {
m_multi_plasma.AdvanceParticles(m_fields, m_3D_geom, false, lev);
}


// get minimum beam acceleration on level 0
m_adaptive_time_step.GatherMinAccSlice(m_multi_beam, m_3D_geom[0], m_fields);
Expand Down

0 comments on commit eb2f136

Please sign in to comment.