1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-10-15 08:05:35 +02:00

Nemo is already in scope

This commit is contained in:
kalmar 2017-06-22 21:06:51 +02:00
parent b7d9731f8b
commit 709f030cb5

View File

@ -105,7 +105,7 @@ function matrix_repr(g::GroupElem, E, E_dict)
return rep_matrix
end
function matrix_reps{T<:GroupElem}(G::Nemo.Group, S::Vector{T}, AutS::Nemo.Group, radius::Int)
function matrix_reps{T<:GroupElem}(G::Group, S::Vector{T}, AutS::Group, radius::Int)
Id = (isa(G, Nemo.Ring) ? one(G) : G())
E2, _ = Groups.generate_balls(S, Id, radius=radius)
Edict = GroupRings.reverse_dict(E2)