Skip to content

Commit e4ed136

Browse files
committed
typo
1 parent feac63a commit e4ed136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/callbacks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
has_continuous_events(sys::AbstractSystem) = isdefined(sys, :continuous_events)
33
function get_continuous_events(sys::AbstractSystem)
44
has_continuous_events(sys) || return SymbolicContinuousCallback[]
5-
getfield(sys, :discrete_events)
5+
getfield(sys, :continuous_events)
66
end
77

88
has_discrete_events(sys::AbstractSystem) = isdefined(sys, :discrete_events)

0 commit comments

Comments
 (0)