Skip to content

Commit

Permalink
fix GAP.julia_to_gap(T::SubgroupTransversal)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer committed Sep 11, 2024
1 parent 85af063 commit b860ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Groups/cosets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ struct SubgroupTransversal{T<: GAPGroup, S<: GAPGroup, E<: GAPGroupElem} <: Abst
X::GapObj # underlying *right* transversal in GAP
end

GAP.julia_to_gap(T::SubgroupTransversal) = T.X
GAP.julia_to_gap(T::SubgroupTransversal, d::IdDict{Any,Any} = IdDict(); recursive::Bool = false) = T.X

function Base.show(io::IO, ::MIME"text/plain", x::SubgroupTransversal)
side = x.side === :left ? "Left" : "Right"
Expand Down

0 comments on commit b860ea6

Please sign in to comment.