Skip to content

Commit 4ebba2c

Browse files
committed
fix
1 parent 383c023 commit 4ebba2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/CoordinateTransformations.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
VERSION < v"0.7.0-beta2.199" && __precompile__()
22

3+
if VERSION < v"0.7-"
4+
sincos(x) = (sin(x), cos(x))
5+
end
6+
37
module CoordinateTransformations
48

59
using StaticArrays

0 commit comments

Comments
 (0)