Skip to content

Issue #615: Added addAdditionalEquations() in AbstractPropagatorBuilder.

Shiva Iyer requested to merge Shiva_Iyer/orekit:develop into develop

I have added addAdditionalEquations() to AbstractPropagatorBuilder and modified buildPropagator() in DSSTPropagatorBuilder and NumericalPropagatorBuilder to add these additional equations to the propagators after they are built. I have also implemented test cases for these changes.

Merge request reports