Skip to content

Commit 2ad4c75

Browse files
docstring 5
1 parent 5a792b2 commit 2ad4c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/jumps/jumpsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ affect₂ = [I ~ I - 1, R ~ R + 1]
2222
j₁ = ConstantRateJump(rate₁,affect₁)
2323
j₂ = ConstantRateJump(rate₂,affect₂)
2424
j₃ = MassActionJump(2*β+γ, [R => 1], [S => 1, R => -1])
25-
js = JumpSystem([j₁,j₂,j₃], t, [S,I,R], [β,γ])
25+
@named js = JumpSystem([j₁,j₂,j₃], t, [S,I,R], [β,γ])
2626
```
2727
"""
2828
struct JumpSystem{U <: ArrayPartition} <: AbstractTimeDependentSystem

0 commit comments

Comments
 (0)