Skip to content

Commit df78b9f

Browse files
committed
require Bool
1 parent 7584e80 commit df78b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/callbacks.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Arguments:
419419
- alg_eqs: Algebraic equations of the system that must be satisfied after the callback occurs.
420420
"""
421421
struct SymbolicDiscreteCallback <: AbstractCallback
422-
conditions::Union{Number, Vector{<:Number}, Symbolic}
422+
conditions::Union{Number, Vector{<:Number}, Symbolic{Bool}}
423423
affect::Union{Affect, Nothing}
424424
initialize::Union{Affect, Nothing}
425425
finalize::Union{Affect, Nothing}

0 commit comments

Comments
 (0)