mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2025-01-12 22:22:32 +01:00
fieldname is gens not generators
This commit is contained in:
parent
a04fea9a09
commit
c925181116
@ -187,7 +187,7 @@ function change_pow(s::AutSymbol, n::Int)
|
||||
end
|
||||
end
|
||||
|
||||
generators(G::AutGroup) = [G(AutGroupElem(elt)) for elt in G.generators]
|
||||
generators(G::AutGroup) = [G(AutGroupElem(elt)) for elt in G.gens]
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user