From 6d07adabf3352e607ca3048ce4e65f4e308a20f6 Mon Sep 17 00:00:00 2001 From: kalmar Date: Thu, 8 Jun 2017 19:51:04 +0200 Subject: [PATCH] remove the convert override --- OrbitDecomposition.jl | 3 --- 1 file changed, 3 deletions(-) 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))