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 2015/12/01 17:56:08 UTC

[math] Fixed comment.

Repository: commons-math
Updated Branches:
  refs/heads/field-ode 20330c13c -> 7f9e71e30


Fixed comment.

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/7f9e71e3
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/7f9e71e3
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/7f9e71e3

Branch: refs/heads/field-ode
Commit: 7f9e71e30a327778fda92cb1825014e0a5bdef32
Parents: 20330c1
Author: Luc Maisonobe <lu...@apache.org>
Authored: Tue Dec 1 17:55:55 2015 +0100
Committer: Luc Maisonobe <lu...@apache.org>
Committed: Tue Dec 1 17:55:55 2015 +0100

----------------------------------------------------------------------
 .../org/apache/commons/math3/ode/nonstiff/GillIntegratorTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/7f9e71e3/src/test/java/org/apache/commons/math3/ode/nonstiff/GillIntegratorTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/math3/ode/nonstiff/GillIntegratorTest.java b/src/test/java/org/apache/commons/math3/ode/nonstiff/GillIntegratorTest.java
index 8d0fb65..27a4dab 100644
--- a/src/test/java/org/apache/commons/math3/ode/nonstiff/GillIntegratorTest.java
+++ b/src/test/java/org/apache/commons/math3/ode/nonstiff/GillIntegratorTest.java
@@ -208,7 +208,7 @@ public class GillIntegratorTest {
       }
       if (isLast) {
         // even with more than 1000 evaluations per period,
-        // RK4 is not able to integrate such an eccentric
+        // Gill is not able to integrate such an eccentric
         // orbit with a good accuracy
         Assert.assertTrue(maxError > 0.001);
       }