1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-09-13 00:30:39 +02:00

fix: PermCharacter is in Projections, not in PropertyT

This commit is contained in:
kalmarek 2018-04-09 11:14:39 +02:00
parent 27569c11d8
commit a0cc9d62c9

View File

@ -36,7 +36,7 @@ function (chi::PermCharacter)(g::Generic.perm)
return Int(Nemo.Generic.MN1inner(R, p, 1, Nemo.Generic._charvalsTable))
end
function Nemo.dim(χ::PropertyT.PermCharacter)
function Nemo.dim(χ::PermCharacter)
G = PermutationGroup(sum(χ.p))
return χ(G())
end