Skip to content

Commit

Permalink
Update experimental/LieAlgebras/src/WeylGroup.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Göttgens <[email protected]>
  • Loading branch information
felix-roehrich and lgoettgens authored Apr 17, 2024
1 parent 50608f2 commit 9b1d563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/LieAlgebras/src/WeylGroup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ function Base.:(<)(x::WeylGroupElem, y::WeylGroupElem)
tx = deepcopy(x)
for i in 1:length(y)
b, j, _ = explain_lmul(tx, y[i])
if b
if !b
deleteat!(word(tx), j)
if isone(tx)
return true
Expand Down

0 comments on commit 9b1d563

Please sign in to comment.