1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-07-16 18:45:29 +02:00

remove completetion of (::GroupRingElem)

This commit is contained in:
kalmar 2017-05-17 11:47:13 +02:00
parent 8685c25600
commit 3a50399fb0

View File

@ -310,10 +310,4 @@ function complete(A::GroupRing)
return A return A
end end
function complete(X::GroupRingElem)
isdefined(X, :parent) || throw("You have to define parent of X before!")
complete(parent(X))
return X
end
end # of module GroupRings end # of module GroupRings