1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-08-14 17:26:57 +02:00

fix: delete superfluous parenthesis

This commit is contained in:
kalmar 2017-07-17 10:28:18 +02:00
parent d603bbd329
commit d7b7759e5d

View File

@ -105,7 +105,7 @@ function central_projection(RG::GroupRing, chi::Function, T::Type=Rational{Int})
result[g] = convert(T, (dim//ord)*chi(g))
end
return result)
return result
end
function rankOne_projections(G::PermutationGroup, T::Type=Rational{Int})