mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-12-12 07:11:27 +01:00
there is no parent field
This commit is contained in:
parent
b89e60e508
commit
89b89f13a5
@ -94,7 +94,7 @@ doc"""
|
|||||||
"""
|
"""
|
||||||
function (G::WreathProduct)(n::DirectProductGroupElem, p::perm)
|
function (G::WreathProduct)(n::DirectProductGroupElem, p::perm)
|
||||||
result = WreathProductElem(n,p)
|
result = WreathProductElem(n,p)
|
||||||
result.parent = G
|
# result.parent = G
|
||||||
return result
|
return result
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user