Skip to content

Commit 7e2285f

Browse files
committed
Update bases.jl
1 parent bf1996f commit 7e2285f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bases/bases.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ copy(L::Ldiv{<:AbstractBasisLayout,BroadcastLayout{typeof(*)},<:Any,<:AbstractQu
121121

122122
# ambiguity
123123
copy(L::Ldiv{<:MappedBasisLayouts,BroadcastLayout{typeof(*)}}) = _broadcast_mul_ldiv(map(MemoryLayout,arguments(L.B)), L.A, L.B)
124+
copy(L::Ldiv{<:MappedBasisLayouts,BroadcastLayout{typeof(*)},<:Any,<:AbstractQuasiVector}) = _broadcast_mul_ldiv(map(MemoryLayout,arguments(L.B)), L.A, L.B)
124125

125126

126127
# expansion

0 commit comments

Comments
 (0)