fix: delete superfluous parenthesis

This commit is contained in:
kalmar 2017-07-17 10:28:18 +02:00
parent d603bbd329
commit d7b7759e5d
1 changed files with 1 additions and 1 deletions

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})