Skip to content

Commit 35b7b05

Browse files
authored
Merge pull request #43 from rdeits/rd/precompile
precompile is now the default on 0.7+
2 parents 8a5f62b + c682a6f commit 35b7b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CoordinateTransformations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__precompile__()
1+
VERSION < v"0.7.0-beta2.199" && __precompile__()
22

33
module CoordinateTransformations
44

0 commit comments

Comments
 (0)