Skip to content

Commit b24e525

Browse files
Update src/systems/callbacks.jl
Co-authored-by: Aayush Sabharwal <[email protected]>
1 parent c169b9e commit b24e525

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
@@ -98,7 +98,7 @@ sharp discontinuity between integrator steps (which in this example would not no
9898
guaranteed to be triggered.
9999
100100
Once detected the integrator will "wind back" through a root-finding process to identify the point when the condition became active; the method used
101-
is specified by `rootfind` from [`SciMLBase.RootfindOpt`](@ref). If we denote the time when the condition becomes active as `tc``,
101+
is specified by `rootfind` from [`SciMLBase.RootfindOpt`](@ref). If we denote the time when the condition becomes active as `tc`,
102102
the value in the integrator after windback will be:
103103
* `u[tc-epsilon], p[tc-epsilon], tc` if `LeftRootFind` is used,
104104
* `u[tc+epsilon], p[tc+epsilon], tc` if `RightRootFind` is used,

0 commit comments

Comments
 (0)