Skip to content

Commit

Permalink
fix: Add missng method descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
abensonca committed Jun 13, 2024
1 parent 56d90f3 commit 09e1a66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/objects.kepler_orbits.F90
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ module Kepler_Orbits
<method description="Sets the angular momentum of an orbit." method="angularMomentumSet" />
<method description="Sets the semi-major axis of an orbit." method="semiMajorAxisSet" />
<method description="Returns the host mass of an orbit." method="massHost" />
<method description="Returns the satellite mass of an orbit." method="massSatellite" />
<method description="Returns the velocity scale of an orbit." method="velocityScale" />
<method description="Returns the specific reduced mass (i.e. the reduced mass per unit satellite mass, $\mu_\mathrm{s} = M_\mathrm{host}/(M_\mathrm{satellite}+M_\mathrm{host})$) of the orbit." method="specificReducedMass" />
<method description="Returns the radius of an orbit." method="radius" />
Expand Down

0 comments on commit 09e1a66

Please sign in to comment.