- Sep 14, 2021
-
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
Thanks to Lucian Bărbulescu for the translation!
-
Bryan Cazabonne authored
- Sep 13, 2021
-
-
Luc Maisonobe authored
-
- Sep 08, 2021
-
-
Bryan Cazabonne authored
- Sep 07, 2021
-
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
- Sep 06, 2021
-
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
- Sep 03, 2021
-
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
Fixes #831
-
Bryan Cazabonne authored
Fixes #717
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
- Sep 02, 2021
- Sep 01, 2021
-
-
Evan Ward authored
-
Evan Ward authored
-
Evan Ward authored
Remove unused imports, fix bug in test where wrong value was used in assertion.
-
Evan Ward authored
Also remove Propagator.DEFAULT_LAW. Use IntertialProvider.of(Frame) instead. See discussion on !189. Part of #586.
-
Evan Ward authored
Anne-Laure did most of the work to add more informative messages when root finding for event detection fails. This commit adds a few polishes. - Added Anne-Laure Lugan as a contributor - Updated messages to print g values to full precision. - Made try {} as small as possible since catch() is so broad - Fix checkstyle warnings - Add test to check message is formatted correctly
-
- Aug 30, 2021
-
-
Evan Ward authored
And also the related FieldPropagator.DEFAULT_LAW and IntertialProvider.EME2000_ALIGNED. Left a couple usages in the tests that were necesscessary for proper class loading and for testing the deprecated values. #586
-
LUGAN authored
-
LUGAN authored
-
LUGAN authored
-
Evan Ward authored
-
Luc Maisonobe authored
-
- Aug 26, 2021
-
-
Evan Ward authored
Previously when an analytic propagator handled a continue event the first part of the step would be passed to the OrekitStepHandler twice. Now it is only passed once. Seems to have been present when AbstractAnalyticalPropagator was created, about a decade ago, and not detected in all the changes since then, so I guess no one uses that combination much.
-
Evan Ward authored
-