Skip to content

Commit

Permalink
comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Nov 27, 2015
1 parent a243e44 commit c62df2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Physics/Orbit.hs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ meanMotion o =
μ = primaryGravitationalParameter o
n = ([u|1 rad|] *:) . sqrt' . abs' $ μ /: (cube a)

-- | Calculate the orbital period of an elliptic orbit.
-- | Calculate the orbital period, p, of an elliptic orbit.
--
-- 'period' returns Nothing if given a parabolic or hyperbolic orbit.
--
Expand Down

0 comments on commit c62df2d

Please sign in to comment.