Skip to content

Commit

Permalink
turn things on
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbrahms committed Aug 9, 2023
1 parent 326bcdb commit 84da63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Luna.jl
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ Logging.with_logger(Logging.NullLogger()) do
λlims = [450e-9, 8000e-9]
trange = 4e-12
output = prop_gnlse(γ, flength, βs; λ0, τfwhm, power=P0, pulseshape=:sech, λlims, trange,
raman=false, shock=false, fr, shotnoise=false, saveN=11)
raman=true, shock=true, fr, shotnoise=true, saveN=11)
end

end # module

0 comments on commit 84da63d

Please sign in to comment.