1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-09-13 08:25:39 +02:00

remove savedimage: Automorphism becomes prohibitively large

This commit is contained in:
kalmarek 2018-03-27 18:23:43 +02:00
parent 9e053df1a8
commit ffd5bbdc19

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