1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-08-08 07:53:53 +02:00

fieldname is gens not generators

This commit is contained in:
kalmar 2017-05-15 09:53:46 +02:00
parent a04fea9a09
commit c925181116

View File

@ -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]
###############################################################################
#