diff --git a/julia/src/inner_loop/inner_loop.jl b/julia/src/inner_loop/inner_loop.jl index b4d18e0..32cb771 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 = {Float64}[] + thrust_profiles = Vector{Float64}() for phase in phases planet1_state = [spkssb(ids[phase.from_planet], time, "J2000"); 0.0]