From c925181116b6a4bd3f97efe05e7424306da7beb2 Mon Sep 17 00:00:00 2001 From: kalmar Date: Mon, 15 May 2017 09:53:46 +0200 Subject: [PATCH] fieldname is gens not generators --- src/AutGroup.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] ############################################################################### #