This commit is contained in:
Glen Whitney 2017-10-25 02:17:37 +02:00
parent 4d6be4a083
commit c07b86d832
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ end);
# First a helper function
MagmaNumber@ := 1;
MagmaLetters@ := "ABCDEFGHJKMNPSTUV";
MagmaBase@ := Length(magmaLetters@);
MagmaBase@ := Length(MagmaLetters@);
NextMagmaString@ := function(filts)
local str, n;
str := "l";