File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,9 @@ Libdl = "1"
9898LinearAlgebra = " 1"
9999LinearSolve = " 3.19.2"
100100Logging = " 1"
101- ModelingToolkitBase = " 1"
101+ ModelingToolkitBase = " 1.2 "
102102ModelingToolkitStandardLibrary = " 2.20"
103- ModelingToolkitTearing = " 1.0.2 "
103+ ModelingToolkitTearing = " 1.1.0 "
104104Moshi = " 0.3"
105105NonlinearSolve = " 4.3"
106106OffsetArrays = " 1"
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ function MTKBase.__mtkcompile(sys::System;
2727 sort_eqs = true ,
2828 kwargs... )
2929 sys, statemachines = extract_top_level_statemachines (sys)
30- sys = expand_connections (sys)
31- state = TearingState (sys; sort_eqs)
30+ sys, source_info = expand_connections (sys, Val ( true ) )
31+ state = TearingState (sys, source_info ; sort_eqs)
3232 append! (state. statemachines, statemachines)
3333
3434 @unpack structure, fullvars = state
You can’t perform that action at this time.
0 commit comments