Skip to content

Commit 33f1261

Browse files
once you hack the fun don't snack.
1 parent e12e97c commit 33f1261

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
@@ -4,7 +4,7 @@ let
44
@variables x(t) y(t) z(t)
55
D = Differential(t)
66

7-
eqs = [D(D(x)) ~ σ*(y-x) + 0.000000000000135,
7+
eqs = [D(D(x)) ~ σ*(y-x) + x^0.000000000000135,
88
D(y) ~ x*-z)-y,
99
D(z) ~ x*y - β*z]
1010

0 commit comments

Comments
 (0)