Skip to content

Commit e9d5259

Browse files
Update systemstructure.jl
1 parent 091913f commit e9d5259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/systems/systemstructure.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@ function _structural_simplify!(state::TearingState, io; simplify = false,
635635
var_eq_matching = pantelides!(state; finalize = false, kwargs...)
636636
sys = pantelides_reassemble(state, var_eq_matching)
637637
state = TearingState(sys)
638+
sys, mm = ModelingToolkit.alias_elimination!(state; kwargs...)
638639
sys = ModelingToolkit.dummy_derivative(sys, state; simplify, mm, check_consistency)
639640
else
640641
sys = ModelingToolkit.tearing(sys, state; simplify, mm, check_consistency)

0 commit comments

Comments
 (0)