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
where, `affect!` is a Julia function with the signature: `affect!(integ, u, p, ctx)`; `[u,v]` and `[p,q]` are the symbolic unknowns (variables) and parameters
151
-
that are accessed by `affect!`, respectively; and `ctx` is any context that is
152
-
passed to `affect!` as the `ctx` argument.
151
+
that are accessed by `affect!`, respectively; `discretes` are the parameters modified by `affect!`, if any;
152
+
and `ctx` is any context that is passed to `affect!` as the `ctx` argument.
0 commit comments