Skip to content

Fixed issue #1042 and #623: Added copy() method in PropagatorBuilder interface

Vincent CUCCHIETTI requested to merge vcucchie/orekit:issue-1042 into develop

Hi everyone, opening this MR to close issue #1042 (closed), i.e. added a copy() method in the PropagatorBuilder interface and its implementation in all associated classes.

Also, removed unnecessary "implements PropagatorBuilder" is all classes extending AbstractPropagatorBuilder (this closes #623 (closed)).

Added associated tests.

Bonus : Fixed typo in one javadoc (restOrbit -> resetOrbit)

Cheers, Vincent

Edited by Maxime Journot

Merge request reports