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