Fixed comment.
This commit is contained in:
parent
1f14ff6ce8
commit
d53a6f834b
|
@ -209,7 +209,7 @@ public class GillIntegratorTest {
|
||||||
}
|
}
|
||||||
if (isLast) {
|
if (isLast) {
|
||||||
// even with more than 1000 evaluations per period,
|
// 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
|
// orbit with a good accuracy
|
||||||
Assert.assertTrue(maxError > 0.001);
|
Assert.assertTrue(maxError > 0.001);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue