Skip to content

Commit

Permalink
Final bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaneddy committed Apr 11, 2019
1 parent ab2df8d commit 796db58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coordinates.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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])
Expand Down

3 comments on commit 796db58

@duncaneddy
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning: version 0.2.2 is invalid initial version (try 0.0.1, 0.1, 1.0)

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/Test/22

Optionally, after the pull request is merged, you can create a tag on
this repository for the above registration.

git tag -a v0.2.2 -m "my version 0.2.2" 7c9fa683e22734ea93ed77e76595417a864e12a7
git push v0.2.2

Please sign in to comment.