Skip to content

Commit

Permalink
Cleaned up info statement
Browse files Browse the repository at this point in the history
subsequent manual example
  • Loading branch information
hulpke committed Feb 8, 2022
1 parent 96eda14 commit 83e406a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/ref/ctbl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ yielding smaller spaces and several irreducible characters.
<Example><![CDATA[
gap> DixonSplit( d );
#I Matrix 2,Representative of Order 3,Centralizer: 5832
#I Dimensions: [ 1, 2, 1, 4, 12, 1, 1, 2, 1, 2, 1 ]
#I Dimensions: [ [ 1, 6 ], [ 2, 3 ], [ 4, 1 ], [ 12, 1 ] ]
#I Two-dim space split
#I Two-dim space split
#I Two-dim space split
Expand Down
2 changes: 1 addition & 1 deletion lib/ctblgrp.gi
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ InstallGlobalFunction(SplitStep,function(D,bestMat)
fi;
od;

Info(InfoCharacterTable,1,"Dimensions: ",List(raeume,i->i.dim));
Info(InfoCharacterTable,1,"Dimensions: ",Collected(List(raeume,i->i.dim)));
D.raeume:=raeume;
return true;
end);
Expand Down

0 comments on commit 83e406a

Please sign in to comment.