Re-packaged
This commit is contained in:
12
julia/src/Thesis.jl
Normal file
12
julia/src/Thesis.jl
Normal file
@@ -0,0 +1,12 @@
|
||||
module Thesis
|
||||
|
||||
using LinearAlgebra, ForwardDiff, Blink, PlotlyJS
|
||||
|
||||
include("./constants.jl")
|
||||
include("./conversions.jl")
|
||||
include("./spacecraft.jl")
|
||||
include("./plotting.jl")
|
||||
include("./laguerre-conway.jl")
|
||||
include("./propagator.jl")
|
||||
include("./find_closest.jl")
|
||||
end
|
||||
Reference in New Issue
Block a user