Skip to content

Commit 0f19bf2

Browse files
committed
Update FastTransforms.jl
1 parent 2e11754 commit 0f19bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FastTransforms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import GenericFFT: interlace # imported in downstream packages
3434

3535
import RecurrenceRelationships: clenshaw!, check_clenshaw_recurrences
3636

37-
const _forwardrecurrence! = RecurrenceRelationships.forwardrecurrence_partial!
37+
const _forwardrecurrence! = RecurrenceRelationships.forwardrecurrence!
3838
const _clenshaw_next = RecurrenceRelationships.clenshaw_next
3939
const _forwardrecurrence_next = RecurrenceRelationships.forwardrecurrence_next
4040

0 commit comments

Comments
 (0)