Skip to content

Commit

Permalink
better variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
ogauthe committed Oct 3, 2024
1 parent 0089c58 commit 168c1ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NDTensors/src/lib/Sectors/src/category_product.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ function recover_category_product_type(::AbelianStyle, T::Type, fused)
end

function recover_category_product_type(::NotAbelianStyle, T::Type, fused)
factorized = reduce(×, fused)
g = reduce(×, fused)
# convention: keep unsorted blocklabels as produced by F order loops in ×
type_fixed = recover_category_product_type(T, factorized)
type_fixed = recover_category_product_type(T, g)
return type_fixed
end

Expand Down

0 comments on commit 168c1ce

Please sign in to comment.