Skip to content

Commit 3214b7e

Browse files
author
xiaoming
committed
Update delayproblem.jl
1 parent 2a2fd72 commit 3214b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/delayproblem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ delaysets = DelayJumpSet(delay_trigger,delay_complete,delay_interrupt)
7070
```
7171
7272
"""
73-
mutable struct DelayJumpSet{T1<:Union{Function,Vector},T2<:Union{Function,Vector},T3<:Function}
73+
mutable struct DelayJumpSet{T1<:Any,T2<:Any,T3<:Function}
7474
"""reactions in the Markovian part that trigger the change of the state of the delay channels or/and the state of the reactants upon initiation."""
7575
delay_trigger::Dict{Int,T1}
7676
"""reactions in the Markovian part that change the state of the delay channels or/and the state of the reactants in the middle of on-going delay reactions."""

0 commit comments

Comments
 (0)