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 0489d30 commit 004d95fCopy full SHA for 004d95f
src/integrators/interface.jl
@@ -16,7 +16,7 @@
16
StochasticDiffEq.choose_algorithm!(integrator,integrator.cache)
17
StochasticDiffEq.fix_dtnew_at_bounds!(integrator)
18
StochasticDiffEq.modify_dtnew_for_tstops!(integrator)
19
- reject_step!(integrator.W,integrator.dtnew)
+ reject_step!(integrator,integrator.dtnew)
20
integrator.dt = integrator.dtnew
21
integrator.sqdt = sqrt(abs(integrator.dt))
22
end
0 commit comments