Skip to content

Commit dda3cb6

Browse files
docstring 6
1 parent 2ad4c75 commit dda3cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/nonlinear/nonlinearsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $(FIELDS)
1515
eqs = [0 ~ σ*(y-x),
1616
0 ~ x*(ρ-z)-y,
1717
0 ~ x*y - β*z]
18-
ns = NonlinearSystem(eqs, [x,y,z],[σ,ρ,β])
18+
@named ns = NonlinearSystem(eqs, [x,y,z],[σ,ρ,β])
1919
```
2020
"""
2121
struct NonlinearSystem <: AbstractTimeIndependentSystem

0 commit comments

Comments
 (0)