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 <[email protected]>
  • Loading branch information
Tianrun-Y and james-d-mitchell authored Aug 7, 2024
1 parent 6edd905 commit 18edcfd
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 @@ -1143,7 +1143,7 @@ InstallMethod(MitschOrderOfTransformationSemigroup,
[IsTransformationSemigroup],
function(S)
local elts, p, func1, func2, out, i, j, regular, D, a;
elts := ShallowCopy(Elements(S));
elts := ShallowCopy(AsListCanonical(S));
p := Sortex(elts, {x, y} -> IsGreensDGreaterThanFunc(S)(y, x)) ^ -1;
func1 := RegularLeqTransformationSemigroup(S);
func2 := MitschLeqSemigroup(S);
Expand Down

0 comments on commit 18edcfd

Please sign in to comment.