diff --git a/src/AutGroup.jl b/src/AutGroup.jl index 7a047ff..5f31b4e 100644 --- a/src/AutGroup.jl +++ b/src/AutGroup.jl @@ -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] ############################################################################### #