Skip to content

Commit 3c45aea

Browse files
Update precompile.jl
1 parent eec9252 commit 3c45aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/precompile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let
99
D(z) ~ x*y - β*z]
1010

1111
@named sys = ODESystem(eqs)
12-
sys = ode_order_lowering(sys)
12+
sys = structural_simplify(sys)
1313

1414
u0 = [D(x) => 2.0,
1515
x => 1.0,

0 commit comments

Comments
 (0)