Skip to content

Commit

Permalink
add MTK qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Nov 1, 2024
1 parent 065b313 commit 03b0c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reactionsystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,7 @@ end
Compose the indicated [`ReactionSystem`](@ref) with one or more `AbstractSystem`s.
"""
function compose(sys::ReactionSystem, systems::AbstractArray; name = nameof(sys))
function ModelingToolkit.compose(sys::ReactionSystem, systems::AbstractArray; name = nameof(sys))
nsys = length(systems)
nsys == 0 && return sys
@set! sys.name = name
Expand Down

0 comments on commit 03b0c64

Please sign in to comment.