central projections has full support

This commit is contained in:
kalmarek 2018-08-15 17:21:31 +02:00
parent 617f2f3410
commit c4a708ec8d
1 changed files with 1 additions and 2 deletions

View File

@ -68,8 +68,7 @@ end
###############################################################################
function central_projection(RG::GroupRing, chi::AbstractCharacter, T::Type=Rational{Int})
result = RG(T)
result.coeffs = full(result.coeffs)
result = RG(zeros(T, length(RG.basis)))
dim = chi(RG.group())
ord = Int(order(RG.group))