From 404ed139c2f041ab671932fde01acb40a8be0723 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Tue, 18 Jan 2022 11:23:48 +0100 Subject: [PATCH] rename fields in TriangleGrp --- data/smallhyperbolicgrp.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/smallhyperbolicgrp.jl b/data/smallhyperbolicgrp.jl index fa21886..4a376aa 100644 --- a/data/smallhyperbolicgrp.jl +++ b/data/smallhyperbolicgrp.jl @@ -1,5 +1,5 @@ struct TriangleGrp - type::NTuple{3,Int} + half_girth_type::NTuple{3,Int} generators::Vector{String} relations::Vector{String} order1::Int @@ -15,7 +15,7 @@ struct TriangleGrp L2_quotients::Vector{String} quotients::Vector{Pair{String,Int}} alternating_quotients::Vector{Int} - maximal_order_alt_quo::Int + maximal_degree_alternating_quotients::Int end _name(G) = "G_$(G.order1)_$(G.order2)_$(G.order3)_$(G.index)"