From af75d8222f92d025375cef6da2244be9bd0dc025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Fri, 5 Jul 2024 16:01:14 +0200 Subject: [PATCH] Revert "Broadcast star" This reverts commit fda4b1fa81901d4cdbd3cbf3c402aa7b67e9fbea. --- src/star.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/star.jl b/src/star.jl index 4857e1a..100f707 100644 --- a/src/star.jl +++ b/src/star.jl @@ -6,7 +6,7 @@ function star(X::AlgebraElement) return AlgebraElement(res, parent(X)) end -star(::AbstractBasis, x) = star.(x) +star(::AbstractBasis, x) = star(x) function star(basis::AbstractBasis, d::SparseCoefficients) k = star.(Ref(basis), keys(d))