Skip to content

Commit d0c90d4

Browse files
committed
elseif to else
1 parent 16f95d4 commit d0c90d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/periodograms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ function periodogram(s::AbstractMatrix{T};
482482
ptype = 0
483483
elseif radialsum
484484
ptype = 1
485-
elseif radialavg
485+
else # if radialavg
486486
ptype = 2
487487
end
488488
norm2 = length(s)

0 commit comments

Comments
 (0)