Skip to content

Commit a1a4a8d

Browse files
Merge pull request #76 from timholy/pull-request/bdb2ad8e
Turn on precompilation
2 parents ae9ab47 + bdb2ad8 commit a1a4a8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Calculus.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
isdefined(Base, :__precompile__) && __precompile__()
2+
13
module Calculus
24
import Compat
35
import Base.ctranspose

0 commit comments

Comments
 (0)