Skip to content

Commit 43fb22c

Browse files
committed
Update all uses of any_root
1 parent 3f2e0ad commit 43fb22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LocalField/neq.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ function norm_equation(F::Union{fqPolyRepField, Hecke.RelFinField}, b::Union{fpF
422422
while !is_irreducible(f)
423423
f = polynomial(k,vcat([b],[rand(k) for i = 1:n-1],[1]))
424424
end
425-
return (-1)^(n)*any_root(f,F)
425+
return (-1)^(n)*any_root(F, f)
426426
end
427427

428428
function basis(K::RelFinField)

0 commit comments

Comments
 (0)