You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2009/07/05 16:02:41 UTC

svn commit: r791247 - /commons/proper/math/trunk/src/java/org/apache/commons/math/ode/MultistepIntegrator.java

Author: luc
Date: Sun Jul  5 14:02:41 2009
New Revision: 791247

URL: http://svn.apache.org/viewvc?rev=791247&view=rev
Log:
javadoc

Modified:
    commons/proper/math/trunk/src/java/org/apache/commons/math/ode/MultistepIntegrator.java

Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/ode/MultistepIntegrator.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/ode/MultistepIntegrator.java?rev=791247&r1=791246&r2=791247&view=diff
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/ode/MultistepIntegrator.java (original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/ode/MultistepIntegrator.java Sun Jul  5 14:02:41 2009
@@ -210,7 +210,7 @@
      * @param first first scaled derivative at step start
      * @param multistep scaled derivatives after step start (hy'1, ..., hy'k-1)
      * will be modified
-     * @return high order derivatives at step start
+     * @return high order scaled derivatives at step start
      */
     protected abstract Array2DRowRealMatrix initializeHighOrderDerivatives(final double[] first,
                                                                            final double[][] multistep);