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 3abb733 commit b88ae21Copy full SHA for b88ae21
src/integrator_interface.jl
@@ -599,7 +599,7 @@ function check_error(integrator::DEIntegrator)
599
end
600
return ReturnCode.DtLessThanMin
601
elseif !step_accepted && integrator.t isa AbstractFloat &&
602
- abs(integrator.dt) <= abs(eps(integrator.t))
+ integrator.dt == integrator.t+integrator.dt
603
if verbose
604
if isdefined(integrator, :EEst)
605
EEst = ", and step error estimate = $(integrator.EEst)"
0 commit comments