Skip to content

Commit 0f5b610

Browse files
committed
Update bases.jl
1 parent 5fa44ca commit 0f5b610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bases/bases.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ end
125125
@inline function _broadcast_mul_ldiv(::Tuple{Any,ApplyLayout{typeof(*)}}, A, B)
126126
a,b = arguments(B)
127127
@assert a isa AbstractQuasiVector # Only works for vec .* mat
128-
args = arguments(ApplyLayout{typeof(*)}(), b)
128+
args = arguments(*, b)
129129
*(A \ (a .* first(args)), tail(args)...)
130130
end
131131

0 commit comments

Comments
 (0)