Skip to content

Commit

Permalink
Prefix supp with package name
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed May 22, 2024
1 parent f0a608a commit 6788d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minimal_projections.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ end

function::AbstractClassFunction)(α::AlgebraElement{<:StarAlgebra{<:Group}})
@assert parent(χ) === parent(parent(α))
return sum(α(g) * χ(g) for g in supp(α))
return sum(α(g) * χ(g) for g in StarAlgebras.supp(α))
end

function minimal_rank_projection(
Expand Down

0 comments on commit 6788d87

Please sign in to comment.