Update inner_loop.jl again
This commit is contained in:
		| @@ -44,7 +44,7 @@ function inner_loop(launch_date::DateTime, | |||||||
|   end |   end | ||||||
|  |  | ||||||
|   time = utc2et(Dates.format(launch_date,"yyyy-mm-ddTHH:MM:SS")) |   time = utc2et(Dates.format(launch_date,"yyyy-mm-ddTHH:MM:SS")) | ||||||
|   thrust_profiles = {Float64}[] |   thrust_profiles = Vector{Float64}() | ||||||
|  |  | ||||||
|   for phase in phases |   for phase in phases | ||||||
|     planet1_state = [spkssb(ids[phase.from_planet], time, "J2000"); 0.0] |     planet1_state = [spkssb(ids[phase.from_planet], time, "J2000"); 0.0] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Connor Johnstone
					Connor Johnstone