This commit is contained in:
Sebb 2019-09-27 19:47:14 +01:00
parent 4a36e44491
commit 6ce50484f6
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ integrator.addStepHandler(stepHandler);
class can be used to convert the variable stepsize into a fixed stepsize that can be handled by classes
implementing the <a href="../apidocs/org/apache/commons/math4/ode/sampling/FixedStepHandler.html">FixedStepHandler</a>
interface. Adaptive stepsize integrators can automatically compute the initial stepsize by themselves,
however the user can specify it if they prefers to retain full control over the integration or if the
however the user can specify it if they prefer to retain full control over the integration or if the
automatic guess is wrong.
</p>
</subsection>