Skip to content

Commit

Permalink
fix: Removee special characters
Browse files Browse the repository at this point in the history
  • Loading branch information
abensonca committed Jun 8, 2024
1 parent 28795c7 commit d86c915
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/objects.kepler_orbits.F90
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ module Kepler_Orbits
<entry label="massHost" description="The mass of the host body." />
<entry label="specificReducedMass" description="The specific reduced mass of the orbiting body." />
<entry label="radius" description="The initial radius of the orbit." />
<entry label="theta" description="The initial polar angle, θ, of the orbit." />
<entry label="phi" description="The initial azimuthal angle, φ, of the orbit." />
<entry label="epsilon" description="The initial rotation angle, ε, of the orbital velocity."/>
<entry label="theta" description="The initial polar angle, theta, of the orbit." />
<entry label="phi" description="The initial azimuthal angle, phi, of the orbit." />
<entry label="epsilon" description="The initial rotation angle, epsilon, of the orbital velocity."/>
<entry label="radiusPericenter" description="The orbital pericenter radius." />
<entry label="radiusApocenter" description="The orbital apocenter radius." />
<entry label="velocityRadial" description="The initial radial velocity of the orbit." />
Expand Down

0 comments on commit d86c915

Please sign in to comment.