Skip to content

Commit db585fe

Browse files
TorkelEisaacsas
andauthored
Update src/reactionsystem_conversions.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 3106d1d commit db585fe

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
@@ -647,8 +647,8 @@ Notes:
647647
function Base.convert(::Type{<:JumpSystem}, rs::ReactionSystem; name = nameof(rs),
648648
combinatoric_ratelaws = get_combinatoric_ratelaws(rs),
649649
remove_conserved = nothing, checks = false,
650-
default_u0 = Dict(), default_p = Dict(), defaults = _merge(
651-
Dict(default_u0), Dict(default_p)),
650+
default_u0 = Dict(), default_p = Dict(),
651+
defaults = _merge(Dict(default_u0), Dict(default_p)),
652652
kwargs...)
653653
iscomplete(rs) || error(COMPLETENESS_ERROR)
654654
spatial_convert_err(rs::ReactionSystem, JumpSystem)

0 commit comments

Comments
 (0)