File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -318,11 +318,9 @@ DiscreteCallback(condition, affect!;
318318 - `condition`: This is a function `condition(u,t,integrator)` for declaring when
319319 the callback should be used. A callback is initiated if the condition evaluates
320320 to `true`. See the [Integrator Interface](@ref integrator) documentation for information about `integrator`.
321-
322- + `affect!`: This is the function `affect!(integrator)` where one is allowed to
323- modify the current state of the integrator. For more information on what can
324- be done, see the [Integrator Interface](@ref integrator) manual page.
325-
321+ - `affect!`: This is the function `affect!(integrator)` where one is allowed to
322+ modify the current state of the integrator. For more information on what can
323+ be done, see the [Integrator Interface](@ref integrator) manual page.
326324 - `save_positions`: Boolean tuple for whether to save before and after the `affect!`.
327325 This saving will occur just before and after the event, only at event times, and
328326 does not depend on options like `saveat`, `save_everystep`, etc. (i.e. if
You can’t perform that action at this time.
0 commit comments