Skip to content

Commit a50735a

Browse files
Merge pull request #368 from SciML/fix-determine-event-occurrence-spelling
Fix spelling error in determine_event_occurrence function
2 parents 3f8e408 + e811c7b commit a50735a

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)