Skip to content

Commit

Permalink
Update docs/src/model_simulation/ode_simulation_performance.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <[email protected]>
  • Loading branch information
vyudu and isaacsas authored Nov 8, 2024
1 parent 0489cfe commit 999d34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/model_simulation/ode_simulation_performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ oprob = ODEProblem(bd_model, u0, tspan, ps)
solve(oprob, Tsit5())
nothing # hide
```
If no solver argument is provided to `solve`, and the `OrdinaryDiffEqDefault` sub-library or top-level `OrdinaryDiffEq` library is installed, then one is automatically selected:
If no solver argument is provided to `solve`, and the `OrdinaryDiffEqDefault` sub-library or meta `OrdinaryDiffEq` library are loaded, then one is automatically selected:
```@example
using OrdinaryDiffEqDefault
ode_simulation_performance_2solve(oprob)
Expand Down

0 comments on commit 999d34e

Please sign in to comment.