Skip to content

Commit b0547de

Browse files
committed
uncomment some things/ delete some unneeded comments
1 parent 78070ef commit b0547de

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/Groups/gsets.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@ orbit(G::Union{GAPGroup, FinGenAbGroup}, fun::Function, omega) = GSetByElements(
336336
function gap_action_function(Omega::GSet)
337337
f = action_function(Omega)
338338
(f == ^) && return GAP.Globals.OnPoints
339-
# f == on_tuples && return GAP.Globals.OnTuples
340-
# f == on_sets && return GAP.Globals.OnSets
339+
f == on_tuples && return GAP.Globals.OnTuples
340+
f == on_sets && return GAP.Globals.OnSets
341341
# etc.
342342
return GapObj(f) # generic fallback
343343
end
@@ -364,7 +364,6 @@ function orbit(Omega::GSetByElements{<:GAPGroup, S}, omega::S) where S
364364
G = acting_group(Omega)
365365
acts = GapObj(gens(G); recursive=true)
366366
gfun = gap_action_function(Omega)
367-
# gfun = GapObj(action_function(Omega))
368367

369368
# The following works only because GAP does not check
370369
# whether the given (dummy) group 'GapObj(G)' fits to the given generators,

0 commit comments

Comments
 (0)