From ce43b46c853ec6c212159e028b2a2e9c24be4fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Thu, 19 Sep 2024 09:42:46 +0200 Subject: [PATCH] Adapt to nemocas/AbstractAlgebra.jl#1782 --- src/QuadForm/Quad/ZGenus.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QuadForm/Quad/ZGenus.jl b/src/QuadForm/Quad/ZGenus.jl index 581f1a4789..8854fc9e24 100644 --- a/src/QuadForm/Quad/ZGenus.jl +++ b/src/QuadForm/Quad/ZGenus.jl @@ -1902,7 +1902,7 @@ Return `(Delta, f)` where f: QQ^x -> Delta` has the property that q is automorphous if and only if $f(q)=0$. Further Delta is in bijection with the proper spinor genera of `G`. """ -@attr function _automorphous_numbers(G::ZZGenus) +@attr Any function _automorphous_numbers(G::ZZGenus) @assert is_integral(G) P = [prime(g) for g in local_symbols(G)] A, proj, inj, diagonal_map = local_multiplicative_group_modulo_squares(P)