Skip to content

Commit 19966b8

Browse files
fix code style literal
Co-authored-by: Brian Edward Marre <[email protected]>
1 parent 1b8d307 commit 19966b8

File tree

1 file changed

+1
-1
lines changed
  • share/picongpu/pypicongpu/examples/laser_wakefield

1 file changed

+1
-1
lines changed

share/picongpu/pypicongpu/examples/laser_wakefield/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
solver = picmi.ElectromagneticSolver(grid=grid, method="Yee")
5353

5454
laser_duration = 5.0e-15
55-
pulse_init = 15.
55+
pulse_init = 15.0
5656
laser = picmi.GaussianLaser(
5757
wavelength=0.8e-6,
5858
waist=5.0e-6 / 1.17741,

0 commit comments

Comments
 (0)