Skip to content

Commit 9b95b33

Browse files
committed
Update normalized.jl
1 parent 2e888fe commit 9b95b33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/normalized.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ _sum(p::SubQuasiArray{T,1,<:Weighted,<:Tuple{Inclusion,Int}}, ::Colon) where T =
299299
demap(W::Weighted) = Weighted(demap(W.P))
300300
basismap(W::Weighted) = basismap(W.P)
301301
const MappedOPLayouts = Union{MappedOPLayout,WeightedOPLayout{MappedOPLayout}}
302+
diff_layout(::MappedOPLayouts, A, order::Int; dims...) = diff_layout(MappedBasisLayout(), A, order; dims...)
302303
diff_layout(::MappedOPLayouts, A, order...; dims...) = diff_layout(MappedBasisLayout(), A, order...; dims...)
303304

304305
diff_layout(::AbstractNormalizedOPLayout, A, order...; dims...) = diff_layout(ApplyLayout{typeof(*)}(), A, order...; dims...)

0 commit comments

Comments
 (0)