Skip to content

Commit cb94751

Browse files
refactor: don't mark array variables as irreducible in TearingState
1 parent 547cb4e commit cb94751

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/systems/systemstructure.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ function TearingState(sys; quick_cancel = false, check = true)
299299
end
300300
v = scalarize(v)
301301
if v isa AbstractArray
302-
v = setmetadata.(v, VariableIrreducible, true)
303302
append!(varsvec, v)
304303
else
305304
push!(varsvec, v)

0 commit comments

Comments
 (0)