Got plotting working

This commit is contained in:
rconnorjohnstone
2021-05-19 22:23:54 -06:00
parent 376f18556c
commit 2c39c34f01
11 changed files with 162 additions and 35 deletions

View File

@@ -3,6 +3,6 @@ using LinearAlgebra, JuMP, Ipopt
include("constants.jl")
include("conversions.jl")
include("spacecraft.jl")
include("sft.jl")
include("plotting.jl")
include("laguerre-conway.jl")
include("propagator.jl")