Skip to content

Commit

Permalink
changed call of RootSystem to root_system
Browse files Browse the repository at this point in the history
  • Loading branch information
voggesbe committed Aug 1, 2023
1 parent ff58878 commit 17e8c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/LieAlgebras/src/simple_lie_algebra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
function SimpleLieAlgebra{C}(
R::Ring, S::Symbol, n::Int64; cached::Bool=true
) where {C<:RingElement}
RS = RootSystem(S,n)
RS = root_system(S,n)
dimL = number_of_roots(RS) + length(RS.simple_roots)
s = [Symbol("e_$i") for i in 1:dimL]
st = root_system_type(RS)
Expand Down

0 comments on commit 17e8c01

Please sign in to comment.