Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Missing c_lm argument in add_body
Browse files Browse the repository at this point in the history
  • Loading branch information
anand43 committed Jan 21, 2024
1 parent 477adda commit 9e8d9f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion swiftest/simulation_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -2421,7 +2421,8 @@ def add_body(self,
rot: List[float] | List[npt.NDArray[np.float_]] | npt.NDArray[np.float_] | None=None,
Ip: List[float] | npt.NDArray[np.float_] | None=None,
J2: float | List[float] | npt.NDArray[np.float_] | None=None,
J4: float | List[float] | npt.NDArray[np.float_] | None=None
J4: float | List[float] | npt.NDArray[np.float_] | None=None,
c_lm: List[float] | List[npt.NDArray[np.float_]] | npt.NDArray[np.float_] | None = None
) -> None:
"""
Adds a body (test particle or massive body) to the internal DataSet given a set up 6 vectors (orbital elements
Expand Down

0 comments on commit 9e8d9f6

Please sign in to comment.