This commit is contained in:
Connor
2021-09-22 22:21:14 -06:00
2 changed files with 9 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ function inner_loop(launch_date::DateTime,
end
time = utc2et(Dates.format(launch_date,"yyyy-mm-ddTHH:MM:SS"))
thrust_profiles = []
thrust_profiles = Vector{Matrix{Float64}}()
for phase in phases
planet1_state = [spkssb(ids[phase.from_planet], time, "ECLIPJ2000"); 0.0]