1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-07-17 10:55:30 +02:00

save one value computation

This commit is contained in:
kalmar 2017-07-16 21:42:53 +02:00
parent 680d888b68
commit cb10afe6f6

View File

@ -101,7 +101,7 @@ function central_projection(RG::GroupRing, char::Function, T::Type=Rational{Int}
for g in RG.basis for g in RG.basis
result[g] = char(g) result[g] = char(g)
end end
dim = char(RG.group()) dim = result[RG.group()]
ord = Int(order(RG.group)) ord = Int(order(RG.group))
return convert(T, (dim//ord)*result) return convert(T, (dim//ord)*result)
end end