Skip to content

Commit

Permalink
Add some e
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee committed Mar 5, 2019
1 parent 999fce6 commit 7254bcf
Show file tree
Hide file tree
Showing 6 changed files with 937 additions and 510 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
environment:
matrix:
- julia_version: 1
- julia_version: 1.1
- julia_version: nightly

platform:
Expand Down
1 change: 0 additions & 1 deletion src/d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2185,7 +2185,6 @@ Returns the derivative of the norm of `state`.
"""
function dvnorm(state)
@checkdims 6 state
length(state) != 6 && throw(ArgumentError("`state` must have six elements."))
ccall((:dvnorm_c, libcspice), SpiceDouble, (Ref{SpiceDouble},), state)
end

Expand Down
Loading

0 comments on commit 7254bcf

Please sign in to comment.