Skip to content

Commit 5ec296c

Browse files
fix typo
1 parent 8aff53c commit 5ec296c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SphericalHarmonics/Butterfly.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function Butterfly{T}(A::AbstractMatrix{T}, L::Int; isorthogonal::Bool = false,
106106

107107
kk = sumkmax(indices)
108108

109-
Butterfly(columns, factors, permutations, indices, threadedzeros(T, kk), threadedzeros(T, kk), threadedzeros(T, kk), threadedzeros(T, kk))
109+
Butterfly(columns, factors, permutations, indices, threadsafezeros(T, kk), threadsafezeros(T, kk), threadsafezeros(T, kk), threadsafezeros(T, kk))
110110
end
111111

112112
function sumkmax(indices::Vector{Vector{Int}})

0 commit comments

Comments
 (0)