Skip to content

Commit 6abfd7b

Browse files
authored
Merge pull request #58 from KristofferC/patch-1
enable precompilation
2 parents 3f4fddc + 5be9692 commit 6abfd7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Polynomials.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Poly type manipulations
22

3+
__precompile__()
4+
35
module Polynomials
46
#todo: sparse polynomials?
57

0 commit comments

Comments
 (0)