widen generate_balls's signature

This commit is contained in:
kalmarek 2019-01-09 16:43:44 +01:00
parent 1aa64647c8
commit d579dd8f35
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ end
#
###############################################################################
function generate_balls(S::Vector{T}, Id::T=parent(first(S))(); radius=2, op=*) where T<:GWord
function generate_balls(S::Vector{T}, Id::T=parent(first(S))(); radius=2, op=*) where T<:GroupElem
sizes = Int[]
B = [Id]
for i in 1:radius