Skip to content

Commit

Permalink
fix small issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianrun-Y committed Aug 7, 2024
1 parent bf02a27 commit 2b441e0
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 @@ -831,7 +831,7 @@ function(S, a)
if IsEmpty(f) then
return fail;
fi;
f := Idempotents(L);
f := f[1];
s := RightGreensMultiplierNC(S, a, e);
return f * s * e;
end);
Expand Down

0 comments on commit 2b441e0

Please sign in to comment.