Skip to content

Commit 65b10b6

Browse files
committed
make return type stable
1 parent c1bcfbe commit 65b10b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/systems/jumps/jumpsystem.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ end
258258
### Functions to determine which states a jump depends on
259259
function get_variables!(dep, jump::Union{ConstantRateJump,VariableRateJump}, variables)
260260
(jump.rate isa Operation) && get_variables!(dep, jump.rate, variables)
261+
dep
261262
end
262263

263264
function get_variables!(dep, jump::MassActionJump, variables)

0 commit comments

Comments
 (0)