Skip to content

Commit 999d34e

Browse files
vyuduisaacsas
andauthored
Update docs/src/model_simulation/ode_simulation_performance.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 0489cfe commit 999d34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_simulation/ode_simulation_performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ oprob = ODEProblem(bd_model, u0, tspan, ps)
6969
solve(oprob, Tsit5())
7070
nothing # hide
7171
```
72-
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:
72+
If no solver argument is provided to `solve`, and the `OrdinaryDiffEqDefault` sub-library or meta `OrdinaryDiffEq` library are loaded, then one is automatically selected:
7373
```@example
7474
using OrdinaryDiffEqDefault
7575
ode_simulation_performance_2solve(oprob)

0 commit comments

Comments
 (0)