remove generators (for now)

This commit is contained in:
kalmar 2017-05-18 21:49:57 +02:00
parent 27e9ce254f
commit faf1b94bae
1 changed files with 0 additions and 6 deletions

View File

@ -163,12 +163,6 @@ eltype(X::GroupRingElem) = eltype(X.coeffs)
one(RG::GroupRing) = RG(RG.group())
function generators(RG::GroupRing)
S = generators(RG.group)
S = unique([S..., [inv(s) for s in S]...])
return [RG(s) for s in S]
end
###############################################################################
#
# String I/O