helgee / JPLEphemeris.jl

JPL ephemerides for Julia
https://juliaastrodynamics.github.io/
Other
40 stars 12 forks source link

Fix build errors, deprecation warnings for julia v0.4 #7

Closed crbinz closed 8 years ago

crbinz commented 8 years ago

Pretty basic changes - I removed the specific methods for Range{Float64} (they aren't needed, and the Ranges{...} is what was actually causing the build error), then fixed deprecation warnings (e.g. using AbstractString instead of String).

helgee commented 8 years ago

Many thanks.