Skip to content

Commit

Permalink
Update gap/attributes/attr.gi
Browse files Browse the repository at this point in the history
Co-authored-by: James Mitchell <james-d-mitchell@users.noreply.github.com>
  • Loading branch information
Tianrun-Y and james-d-mitchell authored Aug 7, 2024
1 parent 18edcfd commit 47a7653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gap/attributes/attr.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ function(S)
regular := ListWithIdenticalEntries(Size(S), false);
for D in RegularDClasses(S) do
for a in D do
i := Position(elts, a);
i := PositionCanonical(S, a) ^ (p ^ -1);
regular[i] := true;
od;
od;
Expand Down

0 comments on commit 47a7653

Please sign in to comment.