Skip to content

Commit 1fa303c

Browse files
authored
Merge pull request #39 from slmcbane/juliav0.7-fixes
Julia v0.7 fixes
2 parents 66de0b2 + 141ac07 commit 1fa303c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ branches:
88
- master
99
julia:
1010
- 0.6
11+
- 0.7
1112
- nightly
1213
matrix:
1314
allow_failures:

src/CoordinateTransformations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ __precompile__()
33
module CoordinateTransformations
44

55
using StaticArrays
6-
using Compat.LinearAlgebra
6+
using Compat: LinearAlgebra, atan2
77

88
using Rotations
99
export RotMatrix, Quat, SpQuat, AngleAxis, RodriguesVec,

0 commit comments

Comments
 (0)