mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-23 00:10:28 +01:00
fix: PermCharacter is in Projections, not in PropertyT
This commit is contained in:
parent
27569c11d8
commit
a0cc9d62c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user