mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2024-12-28 02:40:28 +01:00
rename generators(G::Group) -> gens(G::Group)
This commit is contained in:
parent
db02dbb97c
commit
e4ed91b473
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user