Skip to content

Commit

Permalink
Revert "set the name more properly to help Janko (#1106)" (#1118)
Browse files Browse the repository at this point in the history
This reverts commit 782291b.
  • Loading branch information
thofma authored Jul 3, 2023
1 parent 346df32 commit b872137
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/GrpAb/Elem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,8 @@ function show(io::IO, a::GrpAbFinGenElem)
if get(io, :compact, false)
print(io, a.coeff)
else
set_name!(parent(a))
s = get_attribute(parent(a), :name)

s === nothing
if s === nothing
print(io, "Element of\n")
print(io, parent(a))
Expand Down

0 comments on commit b872137

Please sign in to comment.