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 Jul 29, 2024
1 parent 1849da6 commit 377d20d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gap/attributes/attr.gi
Original file line number Diff line number Diff line change
Expand Up @@ -811,8 +811,7 @@ function(S, a)
e := Idempotents(R)[1];
s := RightGreensMultiplierNC(S, a, e);
f := Idempotents(L)[1];
inverse := f * s * e;
return inverse;
return f * s * e;
end);

InstallMethod(InversesOfSemigroupElement,
Expand Down

0 comments on commit 377d20d

Please sign in to comment.