Skip to content

Commit c7ccd9b

Browse files
Update integrator_utils.jl
1 parent 8449567 commit c7ccd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ensemblegpukernel/integrators/integrator_utils.jl

Lines changed: 1 addition & 1 deletion
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_occurrence(
281+
event_occurred, interp_index, prev_sign, prev_sign_index, event_idx = DiffEqBase.determine_event_occurance(
282282
integrator,
283283
callback,
284284
counter)

0 commit comments

Comments
 (0)