From c4a708ec8d0daec0fcb43a1d8f82768afbd1bf2a Mon Sep 17 00:00:00 2001 From: kalmarek Date: Wed, 15 Aug 2018 17:21:31 +0200 Subject: [PATCH] central projections has full support --- src/Projections.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Projections.jl b/src/Projections.jl index 98e8330..d2b5064 100644 --- a/src/Projections.jl +++ b/src/Projections.jl @@ -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))