From 89b89f13a510e85aa8000f0fcf649664a40b9c20 Mon Sep 17 00:00:00 2001 From: kalmar Date: Fri, 21 Jul 2017 14:23:47 +0200 Subject: [PATCH] there is no parent field --- src/WreathProducts.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WreathProducts.jl b/src/WreathProducts.jl index e034052..56d2a07 100644 --- a/src/WreathProducts.jl +++ b/src/WreathProducts.jl @@ -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