summaryrefslogtreecommitdiffstats
path: root/subgroupladder.g
diff options
context:
space:
mode:
Diffstat (limited to 'subgroupladder.g')
-rw-r--r--subgroupladder.g2
1 files changed, 1 insertions, 1 deletions
diff --git a/subgroupladder.g b/subgroupladder.g
index f186716..748c1db 100644
--- a/subgroupladder.g
+++ b/subgroupladder.g
@@ -68,7 +68,7 @@ SubgroupLadder := function(G)
n := LargestMovedPoint(G);
- orb := List(Orbits(G), x -> x);
+ orb := List(Orbits(G, [1..n]), x -> x);
SortBy(orb, x->-Length(x));
output := [];