Skip to content

Commit

Permalink
Update experimental/LieAlgebras/src/root_systems.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Max Horn <[email protected]>
  • Loading branch information
voggesbe and fingolfin authored Jul 19, 2023
1 parent f15044f commit b870e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/LieAlgebras/src/root_systems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mutable struct RootSystem <: AbstractVector{fmpq}
sR = [[sR[i][j] for j=1:length(sR[i])] for i=1:length(sR)]
Ro1 = [[Ro_1[i][j] for j=1:length(Ro_1[i])] for i=1:length(Ro_1)]
Ro2 = [[Ro_2[i][j] for j=1:length(Ro_2[i])] for i=1:length(Ro_2)]
S = Union{String, Int64}[S[1:1], n]
S = (S[1:1], n)
Ro = reduce(vcat, (Ro1, Ro2))
return new(Ro,sR,Ro1,S)
end
Expand Down

0 comments on commit b870e63

Please sign in to comment.