cadojo / GeneralAstrodynamics.jl

Astrodynamics with units! Provides common astrodynamics calculations, plotting, and iterative Halo, Kepler, and Lambert solvers.

Home Page:https://juliahub.com/ui/Packages/GeneralAstrodynamics/o9DTc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change `Unitful` parametric types to `Val{...}` types

cadojo opened this issue · comments

  • This is literally what Val is for!
  • This will remove the ugly typeof(lengthunit) calls

Nope, I just parameterized by the unit value instead!