Skip to content

Commit

Permalink
Fix sunpos docstring not attaching (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-wolf committed Aug 31, 2023
1 parent 826e5d8 commit 9f4e7c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sunpos.jl
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ The returned `ra` and `dec` are in the given date's equinox.
Code of this function is based on IDL Astronomy User's Library.
"""

function sunpos(jd::AbstractVector{J}; radians::Bool=false) where {J<:Real}
typej = float(J)
ra = similar(jd, typej)
Expand Down

0 comments on commit 9f4e7c9

Please sign in to comment.