We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f34ab commit 54f2cc3Copy full SHA for 54f2cc3
src/FastTransforms.jl
@@ -1,4 +1,4 @@
1
-#__precompile__()
+__precompile__()
2
module FastTransforms
3
4
using Base, ToeplitzMatrices
@@ -37,9 +37,6 @@ include("cheb2ultra.jl")
37
38
include("cjt.jl")
39
40
-include("gaunt.jl")
41
-
42
43
include("toeplitzhankel.jl")
44
45
leg2cheb(x...)=th_leg2cheb(x...)
@@ -48,7 +45,6 @@ leg2chebu(x...)=th_leg2chebu(x...)
48
ultra2ultra(x...)=th_ultra2ultra(x...)
49
46
jac2jac(x...)=th_jac2jac(x...)
50
47
51
52
+include("gaunt.jl")
53
54
end # module
0 commit comments