Skip to content

Commit 67f3548

Browse files
Update src/systems/reaction/reactionsystem.jl
1 parent e16cad4 commit 67f3548

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/systems/reaction/reactionsystem.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,8 @@ function make_sub!(eq,states_swaps)
328328
return eq
329329
end
330330

331-
### Converts a reaxction system to ODe or SDE problems ###
331+
### Converts a reaction system to ODE or SDE problems ###
332+
332333

333334
# ODEProblem from AbstractReactionNetwork
334335
function DiffEqBase.ODEProblem(rs::ReactionSystem, u0::Union{AbstractArray, Number}, tspan, p, args...; kwargs...)

0 commit comments

Comments
 (0)