Skip to content

Commit

Permalink
Update precompile.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Feb 1, 2022
1 parent eec9252 commit 3c45aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let
D(z) ~ x*y - β*z]

@named sys = ODESystem(eqs)
sys = ode_order_lowering(sys)
sys = structural_simplify(sys)

u0 = [D(x) => 2.0,
x => 1.0,
Expand Down

0 comments on commit 3c45aea

Please sign in to comment.