mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
widen generate_balls's signature
This commit is contained in:
parent
1aa64647c8
commit
d579dd8f35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user