tiny fix to elt names

This commit is contained in:
Glen Whitney 2017-10-25 02:30:46 +02:00
parent 29e8955051
commit 890e943901
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ end);
## And now create them from multiplication tables ## And now create them from multiplication tables
# First a helper function # First a helper function
MagmaNumber@ := 0; MagmaNumber@ := 1;
MagmaLetters@ := "ABCDEFGHJKMNPSTUV"; MagmaLetters@ := "VABCDEFGHJKMNPSTU";
MagmaBase@ := Length(MagmaLetters@); MagmaBase@ := Length(MagmaLetters@);
NextMagmaString@ := function(filts) NextMagmaString@ := function(filts)
local str, n; local str, n;