Skip to content

Commit

Permalink
Merge pull request #13 from rdeits/precompile
Browse files Browse the repository at this point in the history
precompile if available
  • Loading branch information
SimonDanisch committed Oct 10, 2016
2 parents 4a60a81 + d183ac2 commit a2048f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Quaternions.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
VERSION >= v"0.4.0-dev+6521" && __precompile__()

module Quaternions
importall Base
using Compat

include("Quaternion.jl")
include("Octonion.jl")
include("DualQuaternion.jl")
Expand Down

0 comments on commit a2048f5

Please sign in to comment.