|
156 | 156 | ex
|
157 | 157 | end
|
158 | 158 |
|
159 |
| -@inline function determine_event_occurance(integrator, callback::VectorContinuousCallback, |
| 159 | +@inline function determine_event_occurrence(integrator, callback::VectorContinuousCallback, |
160 | 160 | counter)
|
161 | 161 | event_occurred = false
|
162 | 162 | if callback.interp_points != 0
|
|
267 | 267 | event_occurred, interp_index, ts, prev_sign, prev_sign_index, event_idx
|
268 | 268 | end
|
269 | 269 |
|
270 |
| -@inline function determine_event_occurance(integrator, callback::ContinuousCallback, |
| 270 | +@inline function determine_event_occurrence(integrator, callback::ContinuousCallback, |
271 | 271 | counter)
|
272 | 272 | event_occurred = false
|
273 | 273 | if callback.interp_points != 0
|
|
399 | 399 |
|
400 | 400 | function find_callback_time(integrator, callback::ContinuousCallback, counter)
|
401 | 401 | event_occurred, interp_index, ts, prev_sign,
|
402 |
| - prev_sign_index, event_idx = determine_event_occurance( |
| 402 | + prev_sign_index, event_idx = determine_event_occurrence( |
403 | 403 | integrator,
|
404 | 404 | callback,
|
405 | 405 | counter)
|
|
461 | 461 |
|
462 | 462 | function find_callback_time(integrator, callback::VectorContinuousCallback, counter)
|
463 | 463 | event_occurred, interp_index, ts, prev_sign,
|
464 |
| - prev_sign_index, event_idx = determine_event_occurance( |
| 464 | + prev_sign_index, event_idx = determine_event_occurrence( |
465 | 465 | integrator,
|
466 | 466 | callback,
|
467 | 467 | counter)
|
|
0 commit comments