Fixed javadoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1590561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2014-04-28 06:39:21 +00:00
parent 7299b17954
commit 6ac6478ba2
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ import org.apache.commons.math3.ode.sampling.StepInterpolator;
import org.apache.commons.math3.util.FastMath;
/**
* This class implements a step interpolator for second order
* Runge-Kutta integrator.
* This class represents an interpolator over the last step during an
* ODE integration for the 6th order Luther integrator.
*
* <p>This interpolator computes dense output inside the last
* step computed. The interpolation equation is consistent with the