1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-17 19:00:33 +02:00

there is no parent field

This commit is contained in:
kalmar 2017-07-21 14:23:47 +02:00
parent b89e60e508
commit 89b89f13a5

View File

@ -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