there is no parent field

This commit is contained in:
kalmar 2017-07-21 14:23:47 +02:00
parent b89e60e508
commit 89b89f13a5
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ doc"""
"""
function (G::WreathProduct)(n::DirectProductGroupElem, p::perm)
result = WreathProductElem(n,p)
result.parent = G
# result.parent = G
return result
end