remove savedimage: Automorphism becomes prohibitively large

This commit is contained in:
kalmarek 2018-03-27 18:23:43 +02:00
parent 9e053df1a8
commit ffd5bbdc19
1 changed files with 0 additions and 1 deletions

View File

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