Skip to content

Commit

Permalink
Merge pull request #3305 from TorkelE/master
Browse files Browse the repository at this point in the history
DifferentialEquations -> OrdinaryDiffEqDefaults in readme
  • Loading branch information
ChrisRackauckas authored Jan 9, 2025
2 parents 2092c4b + 9921abe commit 083a639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lower it to a first order system, symbolically generate the Jacobian function
for the numerical integrator, and solve it.

```julia
using DifferentialEquations, ModelingToolkit
using OrdinaryDiffEqDefault, ModelingToolkit
using ModelingToolkit: t_nounits as t, D_nounits as D

@parameters σ ρ β
Expand Down

0 comments on commit 083a639

Please sign in to comment.