Fixed comment.

This commit is contained in:
Luc Maisonobe 2016-01-06 12:40:56 +01:00
parent 1f14ff6ce8
commit d53a6f834b
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,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);
}