Skip to content

Commit

Permalink
Update superradiant-laser.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophHotter authored Apr 1, 2024
1 parent dca4a8d commit 5ad9a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/examples/superradiant-laser.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ To ensure we are in the steady state we use a steady solver to calculate it. To

```@example superradiant-laser
prob_ss = SteadyStateProblem(prob)
sol_ss = solve(prob_ss, DynamicSS(Tsit5(); abstol=1e-8, reltol=1e-8),
reltol=1e-14, abstol=1e-14, maxiters=5e7)
sol_ss = solve(prob_ss, DynamicSS(Tsit5(); abstol=1e-6, reltol=1e-6),
reltol=1e-12, abstol=1e-12, maxiters=1e7)
nothing # hide
```

Expand Down

0 comments on commit 5ad9a5a

Please sign in to comment.