Skip to content

Commit

Permalink
Fix deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
femtocleaner[bot] committed Aug 27, 2018
1 parent f91e6c4 commit b79cacb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions src/RayTraceEllipsoid.jl
@@ -1,5 +1,3 @@
__precompile__()

module RayTraceEllipsoid

using CoordinateTransformations, StaticArrays, UnitfulAngles
Expand Down
6 changes: 1 addition & 5 deletions test/runtests.jl
@@ -1,9 +1,5 @@
using RayTraceEllipsoid, UnitfulAngles
@static if VERSION < v"0.7.0-DEV.2005"
using Base.Test
else
using Test
end
using Test

r = Ray()
@test r.dir == Vec(1,0,0)
Expand Down

0 comments on commit b79cacb

Please sign in to comment.