JuliaSpace / SatelliteToolbox.jl

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

Fix how types are printed #21

Closed ronisbr closed 5 years ago

ronisbr commented 5 years ago

We are overloading the display function to print types, e.g. Orbit and TLE. However, we should overload the show function with the correct MIME type.