Skip to content

Commit

Permalink
Remove new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Nov 28, 2023
1 parent 1926c0e commit 8db19c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caching.jl
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Populate the CGC cache for ``SU(N)`` with eltype `T` with all CGCs with Dynkin l
See also: [`sync_disk_cache`](@ref)
"""
function precompute_disk_cache(N, a_max::Int=3, T::Type{<:Number}=Float64)
all_dynkinlabels = CartesianIndices(ntuple(Returns(a_max + 1), N - 1))
all_dynkinlabels = CartesianIndices(ntuple(_ -> (a_max + 1), N - 1))
@sync begin
for I₁ in all_dynkinlabels
s1 = SUNIrrep(reverse(cumsum(I₁.I .- 1))..., 0)
Expand Down

0 comments on commit 8db19c9

Please sign in to comment.