mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 06:10:28 +01:00
save one value computation
This commit is contained in:
parent
680d888b68
commit
cb10afe6f6
@ -101,7 +101,7 @@ function central_projection(RG::GroupRing, char::Function, T::Type=Rational{Int}
|
||||
for g in RG.basis
|
||||
result[g] = char(g)
|
||||
end
|
||||
dim = char(RG.group())
|
||||
dim = result[RG.group()]
|
||||
ord = Int(order(RG.group))
|
||||
return convert(T, (dim//ord)*result)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user