Skip to content

Commit b9e0d40

Browse files
committed
Modifications to load PadTransform when compiled
1 parent 32ae4dd commit b9e0d40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/FastTransforms.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import Compat: view
99
export cjt, icjt, jjt, plan_cjt, plan_icjt
1010
export leg2cheb, cheb2leg, leg2chebu, ultra2ultra, jac2jac
1111
export gaunt
12+
export padtransform, ipadtransform, padpoints, padeval
1213

1314
# Other module methods and constants:
1415
#export ChebyshevJacobiPlan, jac2cheb, cheb2jac
@@ -20,11 +21,11 @@ export gaunt
2021
#export RecurrencePlan, forward_recurrence!, backward_recurrence
2122

2223
include("fftBigFloat.jl")
23-
2424
include("specialfunctions.jl")
2525
include("clenshawcurtis.jl")
2626
include("fejer.jl")
2727
include("recurrence.jl")
28+
include("PadTransform.jl")
2829

2930
abstract FastTransformPlan{D,T}
3031

0 commit comments

Comments
 (0)