From 6788d876e44f3b047bdb78619bc4093ea0fcbc1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 22 May 2024 22:40:17 +0200 Subject: [PATCH] Prefix supp with package name --- src/minimal_projections.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minimal_projections.jl b/src/minimal_projections.jl index a3385bf..f06c8a1 100644 --- a/src/minimal_projections.jl +++ b/src/minimal_projections.jl @@ -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(