We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208957d commit 090b99aCopy full SHA for 090b99a
src/integrator_interface.jl
@@ -339,7 +339,7 @@ Otherwise the integrator is allowed to skip recalculating the interpolation.
339
used for the DAE should be performed post-callback.
340
"""
341
function reeval_internals_due_to_modification!(
342
- integrator::DEIntegrator, continuous_modification::Bool;
+ integrator::DEIntegrator, continuous_modification;
343
callback_initializealg = nothing)
344
reeval_internals_due_to_modification!(integrator::DEIntegrator)
345
end
0 commit comments