mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
show for AutGroup
This commit is contained in:
parent
9395c8e2f0
commit
7db7119a29
@ -219,6 +219,11 @@ generators(G::AutGroup) = [G(AutGroupElem(elt)) for elt in G.gens]
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
function show(io::IO, G::AutGroup)
|
||||
print(io, "Automorphism Group of $(G.objectGroup)\n")
|
||||
print(io, "Generated by $(join(G.gens, ","))")
|
||||
end
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# Comparison
|
||||
|
Loading…
Reference in New Issue
Block a user