JuliaSpace / SatelliteToolbox.jl

A toolbox for satellite analysis written in julia language.
MIT License
248 stars 33 forks source link

init_orbit_propagator method definition warning #96

Closed gnadt closed 1 year ago

gnadt commented 1 year ago

Hi, during precompilation I get this warning:

WARNING: method definition for #init_orbit_propagator#142 at .../.julia/packages/SatelliteToolbox/JX7R1/src/orbit/propagators/api/j2.jl:54 declares type variable T but does not use it.

ronisbr commented 1 year ago

Hi @gnadt !

SatelliteToolbox.jl is being rewritten in a modular fashion. I fixed many bugs, including this. However, it will take a while to release a new version. For the latest released version, you can just ignore it.

ronisbr commented 1 year ago

I am rewriting SatelliteToolbox.jl to split it into smaller packages. This problem is now fixed.