We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc744e commit 660753bCopy full SHA for 660753b
src/systems/diffeqs/odesystem.jl
@@ -19,7 +19,7 @@ eqs = [D(x) ~ σ*(y-x),
19
D(y) ~ x*(ρ-z)-y,
20
D(z) ~ x*y - β*z]
21
22
-de = ODESystem(eqs,[x,y,z],[σ,ρ,β])
+de = ODESystem(eqs,t,[x,y,z],[σ,ρ,β])
23
```
24
"""
25
struct ODESystem <: AbstractODESystem
0 commit comments