Skip to content

Commit

Permalink
Merge pull request #151 from AngelFP/bug/fix_tutorial
Browse files Browse the repository at this point in the history
Fix bug in tutorial
  • Loading branch information
AngelFP authored Apr 30, 2024
2 parents 26fa1f7 + f7c2838 commit 7a46230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/01_single_plasma_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
from wake_t import GaussianPulse

# Get again the original distribution.
bunch = bunch.copy()
bunch = bunch_bkp.copy()

# Laser parameters.
laser_xi_c = 60e-6 # m (laser centroid in simulation box)
Expand Down

0 comments on commit 7a46230

Please sign in to comment.