Skip to content

Commit

Permalink
generic blockmergesort
Browse files Browse the repository at this point in the history
  • Loading branch information
ogauthe committed Sep 26, 2024
1 parent f165066 commit 94ae370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NDTensors/src/lib/GradedAxes/src/fusion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function blockmergesort(g::AbstractGradedUnitRange)
end

blockmergesort(g::UnitRangeDual) = dual(blockmergesort(flip(g)))
blockmergesort(g::OneToOne) = g
blockmergesort(g::AbstractUnitRange) = g

# fusion_product produces a sorted, non-dual GradedUnitRange
function fusion_product(g1, g2)
Expand Down

0 comments on commit 94ae370

Please sign in to comment.