From 890e943901706aad3d389a92c64b95e569dc76bf Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Wed, 25 Oct 2017 02:30:46 +0200 Subject: [PATCH] tiny fix to elt names --- gap/bytable.gi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gap/bytable.gi b/gap/bytable.gi index 1776a25..8b40927 100644 --- a/gap/bytable.gi +++ b/gap/bytable.gi @@ -40,8 +40,8 @@ end); ## And now create them from multiplication tables # First a helper function -MagmaNumber@ := 0; -MagmaLetters@ := "ABCDEFGHJKMNPSTUV"; +MagmaNumber@ := 1; +MagmaLetters@ := "VABCDEFGHJKMNPSTU"; MagmaBase@ := Length(MagmaLetters@); NextMagmaString@ := function(filts) local str, n;