mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2024-12-29 11:00:28 +01:00
No GroupRingElem without parent is allowed
This commit is contained in:
parent
1d5bf641ff
commit
d53051a349
@ -31,10 +31,6 @@ abstract AbstractGroupRingElem
|
||||
type GroupRingElem{T<:Number} <: AbstractGroupRingElem
|
||||
coeffs::AbstractVector{T}
|
||||
parent::GroupRing
|
||||
|
||||
function GroupRingElem(coeffs::AbstractVector)
|
||||
return new(coeffs)
|
||||
end
|
||||
end
|
||||
|
||||
export GroupRing, GroupRingElem
|
||||
|
Loading…
Reference in New Issue
Block a user