mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2024-12-29 11:00: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
|
@testset "GroupRing constructors FreeGroup" begin
|
||||||
using Groups
|
using Groups
|
||||||
F = FreeGroup(3)
|
F = FreeGroup(3)
|
||||||
S = generators(F)
|
S = gens(F)
|
||||||
append!(S, [inv(s) for s in S])
|
append!(S, [inv(s) for s in S])
|
||||||
S = unique(S)
|
S = unique(S)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user