Skip to content

Commit ffffe5a

Browse files
committed
fix JumpSystem
1 parent 6abe69d commit ffffe5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/jumps/jumpsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ function JumpSystem(eqs, iv, unknowns, ps;
213213
end
214214

215215
disc_callbacks = to_cb_vector(SymbolicDiscreteCallback.(discrete_events; iv))
216-
cont_callbacks = to_cb_vector(SymbolicContinuousCallback.(discrete_events; iv))
216+
cont_callbacks = to_cb_vector(SymbolicContinuousCallback.(continuous_events; iv))
217217

218218
JumpSystem{typeof(ap)}(Threads.atomic_add!(SYSTEM_COUNT, UInt(1)),
219219
ap, iv′, us′, ps′, var_to_name, observed, name, description, systems,

0 commit comments

Comments
 (0)