Skip to content

Commit

Permalink
1.0 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Dec 9, 2024
1 parent 336a00a commit ccb758f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sunpos.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ end
sunpos(dt::DateTime; radians::Bool=false) =
sunpos(datetime2julian(dt); radians=radians)
sunpos(dt::AbstractVector{<:DateTime}; radians::Bool=false) =
sunpos(datetime2julian.(dt); radians)
sunpos(datetime2julian.(dt); radians=radians)

"""
sunpos(jd[, radians=false]) -> ra, dec, elong, obliquity
Expand Down

0 comments on commit ccb758f

Please sign in to comment.