Update inner_loop.jl src file

This commit is contained in:
Connor Johnstone
2021-09-22 16:21:18 +00:00
parent eaae54ac59
commit 760cff9e43

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 = {Float64}[]
for phase in phases
planet1_state = [spkssb(ids[phase.from_planet], time, "J2000"); 0.0]