Skip to content

Commit

Permalink
StateMachineOperator <: Real for tracing and convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
YingboMa committed Feb 21, 2024
1 parent b1fcc72 commit 054fd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ end
###
_nameof(s) = nameof(s)
_nameof(s::Union{Int, Symbol}) = s
abstract type StateMachineOperator end
abstract type StateMachineOperator <: Real end
hide_lhs(_::StateMachineOperator) = true
struct InitialState <: StateMachineOperator
s
Expand Down

0 comments on commit 054fd01

Please sign in to comment.