Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Jul 20, 2024
1 parent 335625b commit ec39675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NumberTheory/GaloisGrp/Qt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ function isinteger(G::GaloisCtx, B::BoundRingElem{Tuple{ZZRingElem, Int, QQField

if c.length < 2 || all(x->iszero(coeff(c, x)), 1:c.length-1)
cc = coeff(c, 0)
l = Hecke.mod_sym(lift(cc), pr^precision(cc))
l = Hecke.mod_sym(lift(ZZ, cc), pr^precision(cc))
if abs(l) > pr^p[1]
return false, x
end
Expand Down

0 comments on commit ec39675

Please sign in to comment.