Skip to content

Commit 68098b6

Browse files
committed
Fix typo
1 parent 20983c6 commit 68098b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/muladd.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ end
396396

397397
function MulAdd(A::AbstractArray{T}, B::AbstractVector{V}) where {T,V}
398398
TV = _mul_eltype(eltype(A), eltype(B))
399-
MulAdd(scalarone(TV), A, B, scalarzero(TV), fillzeros(TV,(axes(A,1))))
399+
MulAdd(scalarone(TV), A, B, scalarzero(TV), fillzeros(TV,(axes(A,1),)))
400400
end
401401

402402
function MulAdd(A::AbstractArray{T}, B::AbstractMatrix{V}) where {T,V}

0 commit comments

Comments
 (0)