mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 14:15:28 +01:00
de-thread Projections
to avoid UndefRefError: access to undefined reference in rankOne_projections(::WreathProduct)
This commit is contained in:
parent
12c5c47ca8
commit
31715701cc
@ -128,7 +128,7 @@ function minimalprojections(G::PermutationGroup, T::Type=Rational{Int})
|
||||
chars = [PropertyT.PermCharacter(p) for p in parts]
|
||||
min_projs = Vector{eltype(RGidems)}(l)
|
||||
|
||||
Threads.@threads for i in 1:l
|
||||
for i in 1:l
|
||||
chi = PropertyT.PermCharacter(parts[i])
|
||||
min_projs[i] = rankOne_projection(chi,RGidems)*central_projection(RG,chi)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user