Skip to content

Commit 7a11517

Browse files
authored
add a missing ComputeAllPowerMaps call (#6145)
1 parent 86aaa9c commit 7a11517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ctblgrp.gi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2313,6 +2313,7 @@ InstallMethod( Irr,
23132313
# The list is complete.
23142314
C:= OrdinaryCharacterTable( G );
23152315
SetIrr( C, irr );
2316+
ComputeAllPowerMaps( C );
23162317
return irr;
23172318
fi;
23182319
# We feed the partial list into the Dixon-Schneider-algorithm.

0 commit comments

Comments
 (0)