13 lines
314 B
Julia
13 lines
314 B
Julia
module Thesis
|
|
|
|
using LinearAlgebra, ForwardDiff, PlotlyJS
|
|
|
|
include("./constants.jl")
|
|
include("./spacecraft.jl")
|
|
include("./conversions.jl")
|
|
include("./plotting.jl")
|
|
include("./laguerre-conway.jl")
|
|
include("./propagator.jl")
|
|
include("./find_closest.jl")
|
|
include("./monotonic_basin_hopping.jl")
|
|
end |