Skip to content

Commit c1cfacf

Browse files
committed
comments
1 parent 03b0c64 commit c1cfacf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/reactionsystem.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,11 @@ end
14021402
14031403
Compose the indicated [`ReactionSystem`](@ref) with one or more `AbstractSystem`s.
14041404
1405+
Notes:
1406+
- The `AbstractSystem` being added in must be an `ODESystem`, `NonlinearSystem`,
1407+
or `ReactionSystem` currently.
1408+
- Returns a new `ReactionSystem` and does not modify `rs`.
1409+
- By default, the new `ReactionSystem` will have the same name as `sys`.
14051410
"""
14061411
function ModelingToolkit.compose(sys::ReactionSystem, systems::AbstractArray; name = nameof(sys))
14071412
nsys = length(systems)

0 commit comments

Comments
 (0)