Skip to content

Commit

Permalink
Update src/particles/plasma/PlasmaParticleContainer.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Maxence Thévenet <maxence.thevenet@desy.de>
  • Loading branch information
EyaDammak and MaxThevenet authored Feb 14, 2025
1 parent 7423b34 commit f38a7f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/particles/plasma/PlasmaParticleContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -666,9 +666,9 @@ LaserIonization (const int islice,
Ep *= phys_const.m_e * phys_const.c / phys_const.q_e;
Ep *= E0;

amrex::Real ux;
amrex::Real uy;
amrex::Real uz;
amrex::Real ux = 0._rt;
amrex::Real uy = 0._rt;
amrex::Real uz = 0._rt;
const int ion_lev_loc = ion_lev[ip];

if (linear_polarization) {
Expand Down

0 comments on commit f38a7f4

Please sign in to comment.