1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-09-13 08:25:39 +02:00

show for AutGroup

This commit is contained in:
kalmar 2017-05-15 17:29:12 +02:00
parent 9395c8e2f0
commit 7db7119a29

View File

@ -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