Skip to content

Commit 5a792b2

Browse files
docstring 3
1 parent e35cabe commit 5a792b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/discrete_system/discrete_system.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ eqs = [next_x ~ σ*(y-x),
1818
next_y ~ x*(ρ-z)-y,
1919
next_z ~ x*y - β*z]
2020
21-
de = DiscreteSystem(eqs,t,[x,y,z],[σ,ρ,β])
21+
@named de = DiscreteSystem(eqs,t,[x,y,z],[σ,ρ,β])
2222
```
2323
"""
2424
struct DiscreteSystem <: AbstractTimeDependentSystem

0 commit comments

Comments
 (0)