Skip to content

Commit

Permalink
Merge pull request #823 from SciML/ChrisRackauckas-patch-2
Browse files Browse the repository at this point in the history
Hotfix ambiguity
  • Loading branch information
ChrisRackauckas authored Oct 19, 2024
2 parents 208957d + 090b99a commit 500eadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrator_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ Otherwise the integrator is allowed to skip recalculating the interpolation.
used for the DAE should be performed post-callback.
"""
function reeval_internals_due_to_modification!(
integrator::DEIntegrator, continuous_modification::Bool;
integrator::DEIntegrator, continuous_modification;
callback_initializealg = nothing)
reeval_internals_due_to_modification!(integrator::DEIntegrator)
end
Expand Down

0 comments on commit 500eadc

Please sign in to comment.