Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Sep 19, 2024
1 parent 9abfc9c commit 470e13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QuadForm/Quad/ZGenus.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 470e13e

Please sign in to comment.