From 544ea16a3f64a1fb4876521261c5f6f3207e42c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Fri, 14 Jun 2024 11:05:05 +0200 Subject: [PATCH] Fix --- src/arithmetic.jl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/arithmetic.jl b/src/arithmetic.jl index b5495e3..a3ee6dd 100644 --- a/src/arithmetic.jl +++ b/src/arithmetic.jl @@ -110,9 +110,6 @@ function MA.operate_to!( return res end -_coeffs_if_element(a::AlgebraElement) = coeffs(a) -_coeffs_if_element(α) = α - function MA.operate_to!( res::AlgebraElement, ::typeof(*),