define gens(::AbstractFPGroup)

This commit is contained in:
kalmar 2017-07-06 09:11:27 +02:00
parent ffa9cc4cd2
commit 04b07eb260
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ doc"""
> returns vector of generators of `G`, as its elements.
"""
gens(G::FPGroup) = [G(g) for g in G.gens]
gens(G::AbstractFPGroup) = [G(g) for g in G.gens]
###############################################################################
#