helgee / JPLEphemeris.jl

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

deprecated syntax #1

Closed lbenet closed 10 years ago

lbenet commented 10 years ago

I just installed your package and got the following message twice: WARNING: deprecated syntax "x[i:]" at ... .julia/v0.3/JPLEphemeris/src/util.jl:3. Use "x[i:end]" instead.

I guess it is a mismatch of versions.

Thanks for the package.

helgee commented 10 years ago

You're welcome and thanks for filing the issue.