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 d30ddc9 commit 27c8654Copy full SHA for 27c8654
lib/OrdinaryDiffEqCore/src/integrators/integrator_interface.jl
@@ -40,7 +40,7 @@ function DiffEqBase.reeval_internals_due_to_modification!(
40
callback_initializealg = nothing)
41
42
if integrator.isdae
43
- DiffEqBase.initialize_dae!(integrator, initializealg = nothing)
+ DiffEqBase.initialize_dae!(integrator, initializealg)
44
update_uprev!(integrator)
45
end
46
0 commit comments