Skip to content

Commit

Permalink
Update Hipace.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSinn authored Feb 12, 2025
1 parent d720a2d commit 748618b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Hipace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -698,13 +698,11 @@ 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, current_N_level);
}


// 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 748618b

Please sign in to comment.