diff --git a/OrbitDecomposition.jl b/OrbitDecomposition.jl index 073451a..0bbdb04 100644 --- a/OrbitDecomposition.jl +++ b/OrbitDecomposition.jl @@ -11,9 +11,6 @@ import Nemo.elements using JLD -import Base.convert -convert(::Type{Int}, x::Nemo.fmpz) = x.d - function elements(F::Nemo.FqNmodFiniteField) deg = Int(degree(F)) char = Int(characteristic(F))