Skip to content

Commit ec94c08

Browse files
fix other typo
1 parent 8c1e1ec commit ec94c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/callbacks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ end
617617
integrator.u_modified = true
618618
callback.affect!(integrator)
619619
if integrator.u_modified
620-
if hasmethod(reeval_internals_due_to_modification!, Tuple{typeof(integrator), Bool}, (:callback_initializealg))
620+
if hasmethod(reeval_internals_due_to_modification!, Tuple{typeof(integrator), Bool}, (:callback_initializealg,))
621621
reeval_internals_due_to_modification!(integrator, false, callback_initializealg = callback.initialize_alg)
622622
else # handle legacy dispatch without kwarg
623623
reeval_internals_due_to_modification!(integrator, false)

0 commit comments

Comments
 (0)