mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-27 01:10:28 +01:00
fix: delete superfluous parenthesis
This commit is contained in:
parent
d603bbd329
commit
d7b7759e5d
@ -105,7 +105,7 @@ function central_projection(RG::GroupRing, chi::Function, T::Type=Rational{Int})
|
|||||||
result[g] = convert(T, (dim//ord)*chi(g))
|
result[g] = convert(T, (dim//ord)*chi(g))
|
||||||
end
|
end
|
||||||
|
|
||||||
return result)
|
return result
|
||||||
end
|
end
|
||||||
|
|
||||||
function rankOne_projections(G::PermutationGroup, T::Type=Rational{Int})
|
function rankOne_projections(G::PermutationGroup, T::Type=Rational{Int})
|
||||||
|
Loading…
Reference in New Issue
Block a user