GroupRing.star -> GroupRings.star

This commit is contained in:
kalmar 2017-07-11 18:44:34 +02:00
parent 4cb4d299de
commit 7ce52c6997
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ using Nemo
@test eltype(2.0*a) == typeof(2.0)
@test (2.0*a).coeffs == 2.0.*(a.coeffs)
b = RG(1) + GroupRing.star(a)
b = RG(1) + GroupRings.star(a)
@test a*b == mul!(a,a,b)
@test isa(a/2, GroupRingElem)