Author: luc
Date: Tue Jul 15 04:34:46 2008
New Revision: 676882
URL: http://svn.apache.org/viewvc?rev=676882&view=rev
Log:
removed false comment
(coefficients are not cached, they are computed for each new instance)
Modified:
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.java
Modified:
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.java?rev=676882&r1=676881&r2=676882&view=diff
==============================================================================
---
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.java
(original)
+++
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.java
Tue Jul 15 04:34:46 2008
@@ -43,9 +43,6 @@
* <li>...</li>
* </ul>
*
- * <p>The coefficients are computed (and cached) as needed, so their are no
- * theoretical limitations to the number of steps</p>
- *
* <p>A k-steps Adams-Moulton method is of order k+1. There is no limit to the
* value of k.</p>
*