You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/systems/callbacks.jl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -412,14 +412,14 @@ A callback that triggers at the first timestep that the conditions are satisfied
412
412
The condition can be one of:
413
413
- Δt::Real - periodic events with period Δt
414
414
- ts::Vector{Real} - events trigger at these preset times given by `ts`
415
-
- eqs::Vector{Equation} - events trigger when the condition evaluates to true
415
+
- eqs::Vector{Symbolic} - events trigger when the condition evaluates to true
416
416
417
417
Arguments:
418
418
- iv: The independent variable of the system. This must be specified if the independent variable appaers in one of the equations explicitly, as in x ~ t + 1.
419
419
- alg_eqs: Algebraic equations of the system that must be satisfied after the callback occurs.
0 commit comments