Switching to my linux box

This commit is contained in:
Connor
2021-09-04 17:31:20 -06:00
parent 7532a2ef6c
commit d11ad9bb13
11 changed files with 256 additions and 30 deletions

View File

@@ -1,6 +1,9 @@
module Thesis
using LinearAlgebra, ForwardDiff, PlotlyJS
using LinearAlgebra, ForwardDiff, PlotlyJS, SPICE
furnsh("../../SPICE/naif0012.tls")
furnsh("../../SPICE/de430.bsp")
include("./constants.jl")
include("./spacecraft.jl")
@@ -12,4 +15,5 @@ module Thesis
include("./inner_loop/monotonic_basin_hopping.jl")
include("./inner_loop/phase.jl")
include("./inner_loop/inner_loop.jl")
end