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 @@ -107,9 +107,9 @@ Libdl = "1"
107107LinearAlgebra = " 1"
108108LinearSolve = " 3.19.2"
109109Logging = " 1"
110- ModelingToolkitBase = " 1"
110+ ModelingToolkitBase = " 1.2 "
111111ModelingToolkitStandardLibrary = " 2.20"
112- ModelingToolkitTearing = " 1.0.2 "
112+ ModelingToolkitTearing = " 1.1.0 "
113113Moshi = " 0.3"
114114NonlinearSolve = " 4.3"
115115OffsetArrays = " 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