From d3af98545237b4981637f84970b8778150063baf Mon Sep 17 00:00:00 2001 From: Claus Fieker Date: Mon, 11 Nov 2024 16:12:18 +0100 Subject: [PATCH] add stub to multiplicative group --- src/Hecke.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Hecke.jl b/src/Hecke.jl index c451bae7dc..4963bf613e 100644 --- a/src/Hecke.jl +++ b/src/Hecke.jl @@ -582,6 +582,7 @@ function checkbounds(a::Int, b::Int) nothing; end; # - The Hecke.MPolyFactor submodule wants to extend it, but is loaded earlier # - Introduce the function here, to make everyone happy function is_absolutely_irreducible end +function multiplicative_group end ################################################################################ #