Skip to content

Commit

Permalink
Update boule/_triaxialellipsoid.py
Browse files Browse the repository at this point in the history
fix typo and add degree symbol

Co-authored-by: Santiago Soler <santisoler@fastmail.com>
  • Loading branch information
MarkWieczorek and santisoler authored Oct 5, 2024
1 parent 5317d93 commit 850a8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boule/_triaxialellipsoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def __str__(self):
s += f" Semimajor axis: {self.semimajor_axis} m\n"
s += f" Semimedium axis: {self.semimedium_axis} m\n"
s += f" Semiminor axis: {self.semiminor_axis} m\n"
s += f" Semiminor axis longitude: {self.semimajor_axis_longitude}\n"
s += f" Semimajor axis longitude: {self.semimajor_axis_longitude}°\n"
s += f" GM: {self.geocentric_grav_const} m³/s²\n"
s += f" Angular velocity: {self.angular_velocity} rad/s"
if self.reference is not None:
Expand Down

0 comments on commit 850a8ac

Please sign in to comment.