File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ sharp discontinuity between integrator steps (which in this example would not no
98
98
guaranteed to be triggered.
99
99
100
100
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`,
102
102
the value in the integrator after windback will be:
103
103
* `u[tc-epsilon], p[tc-epsilon], tc` if `LeftRootFind` is used,
104
104
* `u[tc+epsilon], p[tc+epsilon], tc` if `RightRootFind` is used,
You can’t perform that action at this time.
0 commit comments