Skip to content

Commit

Permalink
Resolving Ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
a-eghrari committed Jun 12, 2024
1 parent ad5fd2e commit 7675121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bases.jl
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ function directsum(b1::SumBasis, b2::SumBasis)
return SumBasis(shape, (bases...,))
end

embed(b::SumBasis, indices, ops) = embed(b, b, indices, ops)
embed(b::SumBasis, indices, ops::AbstractOperator) = embed(b, b, indices, ops)

##
# show methods
Expand Down

0 comments on commit 7675121

Please sign in to comment.