Skip to content

Commit

Permalink
make 1.6-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
StevellM committed Feb 20, 2024
1 parent fe3a647 commit c6d9624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/QuadFormAndIsom/src/enumeration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ function representatives_of_hermitian_type(G::ZZGenus, chi::Union{ZZPolyRingElem

reps = ZZLatWithIsom[]

rank(G) == 0 && return ZZLatWithIsom[integer_lattice_with_isometry(integer_lattice(; gram=QQ[;]))]
rank(G) == 0 && return ZZLatWithIsom[integer_lattice_with_isometry(integer_lattice(; gram=matrix(QQ, 0, 0, QQFieldElem[])))]

if degree(chi) == 1
@hassert :ZZLatWithIsom 1 iszero(chi(1)*chi(-1))
Expand Down

0 comments on commit c6d9624

Please sign in to comment.