Skip to content

Commit

Permalink
FIX: Finiteness test in character table creation to make sure conjugacy
Browse files Browse the repository at this point in the history
classes fallback routine will run.
  • Loading branch information
hulpke committed Feb 29, 2016
1 parent 9068a12 commit 12f146f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ctbl.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,7 @@ InstallMethod( OrdinaryCharacterTable,
# Store the attribute values of the interface.
SetUnderlyingGroup( tbl, G );
SetUnderlyingCharacteristic( tbl, 0 );
IsFinite(G);
ccl:= ConjugacyClasses( G );
idpos:= First( [ 1 .. Length( ccl ) ],
i -> Order( Representative( ccl[i] ) ) = 1 );
Expand Down

0 comments on commit 12f146f

Please sign in to comment.