Skip to content

Commit

Permalink
updating ctblgrp.gi
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwensley committed Dec 2, 2023
1 parent 3f02134 commit 1c28e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ctblgrp.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1802,7 +1802,7 @@ local often,trans,e,neu,i,inv,cent,l,s,s1,x,dom;
if dom=fail then
x:=D.classreps[inv];

l:=List(s,i->[x^PreImagesRepresentative(e,
l:=List(s,i->[x^PreImagesRepresentativeNC(e,

Check warning on line 1805 in lib/ctblgrp.gi

View check run for this annotation

Codecov / codecov/patch

lib/ctblgrp.gi#L1805

Added line #L1805 was not covered by tests
RepresentativeAction(Image(e),1,i[1])),Size(cent)*Length(i)]);
else
l:=List(s,i->[dom[i[1]],Size(cent)*Length(i)]);
Expand Down

0 comments on commit 1c28e22

Please sign in to comment.