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 429c570 commit ae46af6Copy full SHA for ae46af6
src/integrator_interface.jl
@@ -603,7 +603,7 @@ function check_error(integrator::DEIntegrator)
603
604
# The last part:
605
# Bail out if we take a step with dt less than the minimum value (which may be time dependent)
606
- # except if we are sucessfully taking such a small timestep is to hit a tstop exactly
+ # except if we are successfully taking such a small timestep is to hit a tstop exactly
607
# We also exit if the ODE is unstable (by default this is the same as nonfinite u)
608
# but only consider the ODE unstable if the error is somewhat controlled
609
# (to prevent from bailing out as unstable when we just took way too big a step)
0 commit comments