Switching to my linux box
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user