Skip to content

Commit 500eadc

Browse files
Merge pull request #823 from SciML/ChrisRackauckas-patch-2
Hotfix ambiguity
2 parents 208957d + 090b99a commit 500eadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrator_interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Otherwise the integrator is allowed to skip recalculating the interpolation.
339339
used for the DAE should be performed post-callback.
340340
"""
341341
function reeval_internals_due_to_modification!(
342-
integrator::DEIntegrator, continuous_modification::Bool;
342+
integrator::DEIntegrator, continuous_modification;
343343
callback_initializealg = nothing)
344344
reeval_internals_due_to_modification!(integrator::DEIntegrator)
345345
end

0 commit comments

Comments
 (0)