1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-07-31 14:25:29 +02:00

rename generators(G::Group) -> gens(G::Group)

This commit is contained in:
kalmar 2017-07-06 17:30:19 +02:00
parent db02dbb97c
commit e4ed91b473

View File

@ -37,7 +37,7 @@ using Nemo
@testset "GroupRing constructors FreeGroup" begin
using Groups
F = FreeGroup(3)
S = generators(F)
S = gens(F)
append!(S, [inv(s) for s in S])
S = unique(S)