Skip to content

Commit 9921abe

Browse files
committed
DifferentialEquations -> OrdinaryDiffEqDefault
1 parent 2092c4b commit 9921abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ lower it to a first order system, symbolically generate the Jacobian function
3636
for the numerical integrator, and solve it.
3737

3838
```julia
39-
using DifferentialEquations, ModelingToolkit
39+
using OrdinaryDiffEqDefault, ModelingToolkit
4040
using ModelingToolkit: t_nounits as t, D_nounits as D
4141

4242
@parameters σ ρ β

0 commit comments

Comments
 (0)