From 29e89550510d769e900e3a118dfee6927b23c609 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Wed, 25 Oct 2017 02:28:03 +0200 Subject: [PATCH] fixes 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 e69410d..1776a25 100644 --- a/gap/bytable.gi +++ b/gap/bytable.gi @@ -40,13 +40,13 @@ end); ## And now create them from multiplication tables # First a helper function -MagmaNumber@ := 1; +MagmaNumber@ := 0; MagmaLetters@ := "ABCDEFGHJKMNPSTUV"; MagmaBase@ := Length(MagmaLetters@); NextMagmaString@ := function(filts) local str, n; str := "l"; - if filts <> (filts and IsLeftQuotientElement) then + if not "IsLeftQuotientElement" in NamesFilter(filts) then str := "r"; fi; n := MagmaNumber@;