Skip to content

Commit 800e2e8

Browse files
committed
fixes
1 parent dc25f1a commit 800e2e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reactionsystem_conversions.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -996,12 +996,12 @@ end
996996

997997
# DROP IN CATALYST 16
998998
# JumpProblem from AbstractReactionNetwork
999-
function JumpProcesses.JumpProblem(rs::ReactionSystem, prob::AbstractDEProblem,
999+
function JumpProcesses.JumpProblem(rs::ReactionSystem, prob::SciMLBase.AbstractDEProblem,
10001000
aggregator = JumpProcesses.NullAggregator(); name = nameof(rs),
10011001
combinatoric_ratelaws = get_combinatoric_ratelaws(rs),
10021002
expand_catalyst_funs = true, checks = false, kwargs...)
10031003
Base.depwarn("JumpProblem(rn::ReactionSystem, prob, ...) is \
1004-
deprecated and will be removed in Catalyst 16. Use \
1004+
deprecated and will be removed in Catalyst 16. Use \
10051005
JumpProblem(JumpInputs(rn, ...), ...) insead.", :JumpProblem)
10061006
jsys = convert(JumpSystem, rs; name, combinatoric_ratelaws,
10071007
expand_catalyst_funs, checks)

0 commit comments

Comments
 (0)