Skip to content

Commit 54f2cc3

Browse files
try re-adding pre-compile
1 parent d1f34ab commit 54f2cc3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/FastTransforms.jl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#__precompile__()
1+
__precompile__()
22
module FastTransforms
33

44
using Base, ToeplitzMatrices
@@ -37,9 +37,6 @@ include("cheb2ultra.jl")
3737

3838
include("cjt.jl")
3939

40-
include("gaunt.jl")
41-
42-
4340
include("toeplitzhankel.jl")
4441

4542
leg2cheb(x...)=th_leg2cheb(x...)
@@ -48,7 +45,6 @@ leg2chebu(x...)=th_leg2chebu(x...)
4845
ultra2ultra(x...)=th_ultra2ultra(x...)
4946
jac2jac(x...)=th_jac2jac(x...)
5047

51-
52-
48+
include("gaunt.jl")
5349

5450
end # module

0 commit comments

Comments
 (0)