1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-09-05 06:45:40 +02:00
This commit is contained in:
kalmar 2017-05-17 12:31:16 +02:00
parent 82f3ab6c34
commit a62f63178c

View File

@ -151,7 +151,7 @@ end
############################################################################### ###############################################################################
function show(io::IO, A::GroupRing) function show(io::IO, A::GroupRing)
print(io, "GroupRing of $(A.group)") print(io, "Group Ring of [$(A.group)]")
end end
function show(io::IO, X::GroupRingElem) function show(io::IO, X::GroupRingElem)