Skip to content

Commit

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

```@example superradiant_laser_indexed
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 a974a62

Please sign in to comment.