Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gomezzz committed Jul 14, 2023
1 parent e39ff3f commit a4f5f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Orekit_example/orekit_propagator.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class OrekitPropagator:
https://gitlab.orekit.org/orekit-labs/python-wrapper/-/blob/master/examples/Propagation.ipynb
"""

# Some Constants
# Constants for the numerical propagator, see orekit docs for details
minStep = 0.0001
maxstep = 1000.0
initStep = 60.0
Expand Down

0 comments on commit a4f5f9e

Please sign in to comment.