From 796db5843f34f3f0e48e672408ddc1d8027f71cf Mon Sep 17 00:00:00 2001 From: Duncan Eddy Date: Wed, 10 Apr 2019 23:05:17 -0700 Subject: [PATCH] Final bugfix. --- src/coordinates.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coordinates.jl b/src/coordinates.jl index 145713a..24adbd7 100644 --- a/src/coordinates.jl +++ b/src/coordinates.jl @@ -574,7 +574,7 @@ function sENZtoAZEL(x::Array{<:Real, 1} ; use_degrees::Bool=false) azel_rate[1] *= 180/pi azel_rate[2] *= 180/pi end - end + end # Return if length(x) == 6 @@ -602,7 +602,7 @@ function sSEZtoAZEL(x::Array{<:Real, 1} ; use_degrees::Bool=false) end # Expand values - rS, rE, rZ = x[1], x[2], x[3 + rS, rE, rZ = x[1], x[2], x[3] # Range rho = norm(x[1:3])