Author: luc Date: Mon Apr 28 06:39:21 2014 New Revision: 1590561 URL: http://svn.apache.org/r1590561 Log: Fixed javadoc.
Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/ode/nonstiff/LutherStepInterpolator.java Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/ode/nonstiff/LutherStepInterpolator.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/ode/nonstiff/LutherStepInterpolator.java?rev=1590561&r1=1590560&r2=1590561&view=diff ============================================================================== --- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/ode/nonstiff/LutherStepInterpolator.java (original) +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/ode/nonstiff/LutherStepInterpolator.java Mon Apr 28 06:39:21 2014 @@ -21,8 +21,8 @@ import org.apache.commons.math3.ode.samp 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