mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 06:10:28 +01:00
Merge branch 'enh/S_5projections' of https://git.wmi.amu.edu.pl/kalmar/PropertyT.jl into enh/S_5projections
This commit is contained in:
commit
05691b5202
@ -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