Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Feb 1, 2024
1 parent 9b07188 commit 9353d2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hapsira/core/propagation/cowell.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ def cowell(k, r, v, tofs, rtol=1e-11, atol=1e-12, events=tuple(), f=func_twobody
atol : float
events : Optional[List[Event]]
f : Callable
Can be reversed: https://github.com/poliastro/poliastro/issues/1630
"""

assert hasattr(f, "djit") # DEBUG check for compiler flag
Expand Down

0 comments on commit 9353d2f

Please sign in to comment.