From ffd5bbdc1932859740a8b3c45e515bd74b1e66c1 Mon Sep 17 00:00:00 2001 From: kalmarek Date: Tue, 27 Mar 2018 18:23:43 +0200 Subject: [PATCH] remove savedimage: Automorphism becomes prohibitively large --- src/AutGroup.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/AutGroup.jl b/src/AutGroup.jl index ae30052..9ea102b 100644 --- a/src/AutGroup.jl +++ b/src/AutGroup.jl @@ -39,7 +39,6 @@ mutable struct Automorphism{N} <: GWord{AutSymbol} symbols::Vector{AutSymbol} modified::Bool savedhash::UInt - savedimage::NTuple{N, FreeGroupElem} parent::AutGroup{N} Automorphism{N}(f::Vector{AutSymbol}) where N = new(f, true, UInt(0))