Skip to content

Commit e4b65d6

Browse files
fix: use StateMachineOperator not StateMachineOperation
1 parent 0f1e24f commit e4b65d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/systemstructure.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ function TearingState(sys; quick_cancel = false, check = true)
339339
return nothing
340340
end
341341
is_statemachine_equation = false
342-
if eq′.lhs isa StateMachineOperation
342+
if eq′.lhs isa StateMachineOperator
343343
is_statemachine_equation = true
344344
eq = eq′
345345
rhs = eq.rhs

0 commit comments

Comments
 (0)