From f125ff3ce2e9a3dd7b8eab20d4b1acec6e274ac6 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Wed, 10 Sep 2008 14:51:12 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@693862 13f79535-47bb-0310-9956-ffa450edef68 --- .../commons/math/ode/nonstiff/AdamsMoultonIntegrator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.java b/src/java/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.java index cc3194822..05e4fbccf 100644 --- a/src/java/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.java +++ b/src/java/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.java @@ -246,7 +246,7 @@ public class AdamsMoultonIntegrator extends MultistepIntegrator { } - /** Get the coefficients of the prdictor phase of the method. + /** Get the coefficients of the predictor phase of the method. *

The coefficients are the ci terms in the following formula:

*
      *   yn+1 = yn + h × ∑i=0i=k-1 cifn-i