Skip to content

Commit e811c7b

Browse files
committed
Revert "Fix spelling error in determine_event_occurrence"
This reverts commit d06f9bc.
1 parent 3f8e408 commit e811c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ensemblegpukernel/integrators/integrator_utils.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ end
278278
callback::DiffEqGPU.GPUContinuousCallback,
279279
counter) where {AlgType <: GPUODEAlgorithm,
280280
IIP, S, T}
281-
event_occurred, interp_index, prev_sign, prev_sign_index, event_idx = DiffEqBase.determine_event_occurance(
281+
event_occurred, interp_index, prev_sign, prev_sign_index, event_idx = DiffEqBase.determine_event_occurrence(
282282
integrator,
283283
callback,
284284
counter)
@@ -360,7 +360,7 @@ end
360360
end
361361

362362
# interp_points = 0 or equivalently nothing
363-
@inline function DiffEqBase.determine_event_occurance(
363+
@inline function DiffEqBase.determine_event_occurrence(
364364
integrator::DiffEqBase.AbstractODEIntegrator{
365365
AlgType,
366366
IIP,

0 commit comments

Comments
 (0)