Skip to content

Commit 153255d

Browse files
committed
Move around
1 parent 8b31505 commit 153255d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/systems/abstractsystem.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,10 @@ end
741741
###
742742
### system promotion
743743
###
744+
745+
# We have a stand-alone function to convert a `NonlinearSystem` or `ODESystem`
746+
# to an `ODESystem` to connect systems, and we later can reply on
747+
# `structural_simplify` to convert `ODESystem`s to `NonlinearSystem`s.
744748
function toodesystem(sys, t)
745749
varmap = Dict()
746750
sts = states(sys)

0 commit comments

Comments
 (0)