Skip to content

Commit 430e44a

Browse files
committed
ProjectionStyle(::r2rFFTWPlan)
1 parent 1e414f0 commit 430e44a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fft.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,3 +1053,4 @@ end
10531053
AbstractFFTs.ProjectionStyle(::cFFTWPlan) = AbstractFFTs.NoProjectionStyle()
10541054
AbstractFFTs.ProjectionStyle(::rFFTWPlan{T, FORWARD}) where {T} = AbstractFFTs.RealProjectionStyle()
10551055
AbstractFFTs.ProjectionStyle(p::rFFTWPlan{T, BACKWARD}) where {T} = AbstractFFTs.RealInverseProjectionStyle(p.osz[first(p.region)])
1056+
AbstractFFTs.ProjectionStyle(::r2rFFTWPlan) = AbstractFFTs.NoProjectionStyle()

0 commit comments

Comments
 (0)