Skip to content

Commit

Permalink
This is just sloppy. But will work
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaneddy committed Apr 11, 2019
1 parent 2ad2b54 commit ab2df8d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/coordinates.jl
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,6 @@ function sENZtoAZEL(x::Array{<:Real, 1} ; use_degrees::Bool=false)
# Expand values
rE, rN, rZ = x[1], x[2], x[3]

println("$rE, $rN, $rZ")

# Range
rho = norm(x[1:3])

Expand Down Expand Up @@ -604,9 +602,7 @@ function sSEZtoAZEL(x::Array{<:Real, 1} ; use_degrees::Bool=false)
end

# Expand values
rS, rE, rZ = x[1], x[2], x[3]

println("$rS, $rE, $rZ")
rS, rE, rZ = x[1], x[2], x[3

# Range
rho = norm(x[1:3])
Expand Down

3 comments on commit ab2df8d

@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" af82c66913846af359f4bcc2eb69da89f85fa5cf
git push v0.2.2

Please sign in to comment.