From b5154ff471f6c0680070ac400b836713296c14ad Mon Sep 17 00:00:00 2001 From: Connor Johnstone Date: Wed, 22 Sep 2021 17:32:09 +0000 Subject: [PATCH] Update inner_loop.jl hopefully a final time --- julia/src/inner_loop/inner_loop.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia/src/inner_loop/inner_loop.jl b/julia/src/inner_loop/inner_loop.jl index 32cb771..4b0e58d 100644 --- a/julia/src/inner_loop/inner_loop.jl +++ b/julia/src/inner_loop/inner_loop.jl @@ -44,7 +44,7 @@ function inner_loop(launch_date::DateTime, end time = utc2et(Dates.format(launch_date,"yyyy-mm-ddTHH:MM:SS")) - thrust_profiles = Vector{Float64}() + thrust_profiles = Vector{Matrix{Float64}}() for phase in phases planet1_state = [spkssb(ids[phase.from_planet], time, "J2000"); 0.0]