diff options
-rw-r--r-- | subgroupladder.g | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subgroupladder.g b/subgroupladder.g index 15e93cc..2e99b52 100644 --- a/subgroupladder.g +++ b/subgroupladder.g @@ -68,7 +68,7 @@ SubgroupLadder := function(G) n := LargestMovedPoint(G); - orb := List(Orbits(G, [1..n]), x -> x); + orb := List(Orbits(G, [1..n])); SortBy(orb, x->-Length(x)); output := []; |