Skip to content

Commit e16cad4

Browse files
committed
- Reorder JumpSystem input.
1 parent 0eecd3f commit e16cad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/reaction/reactionsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,6 @@ function DiffEqBase.DiscreteProblem(rs::ReactionSystem, u0::Union{AbstractArray,
353353
end
354354

355355
# JumpProblem from AbstractReactionNetwork
356-
function DiffEqJump.JumpProblem(prob, aggregator, rs::ReactionSystem, args...; kwargs...)
356+
function DiffEqJump.JumpProblem(rs::ReactionSystem, prob, aggregator, args...; kwargs...)
357357
return JumpProblem(convert(JumpSystem,rs), prob, aggregator, args...; kwargs...)
358358
end

0 commit comments

Comments
 (0)