From 05b4189c97867ffc4c2e4d8f99f6e28030e29c36 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sun, 29 Oct 2017 20:03:16 -0400 Subject: [PATCH] Set trivial right away --- gap/constructions.gi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/constructions.gi b/gap/constructions.gi index 1cc0ad0..a5f28b2 100644 --- a/gap/constructions.gi +++ b/gap/constructions.gi @@ -76,8 +76,8 @@ InstallGlobalFunction(TrivialLeftQuandle, if not IsBound(LeftTrivs@[n]) then trivs := List([1..n], LInertum@); I := LeftQuandleNC(CollectionsFamily(LInertumFamily@), trivs); - SetAsSSortedList(I, trivs); SetIsTrivial(I, true); + SetAsSSortedList(I, trivs); SetIsBuiltFromMultiplicationTable(I, true); SetMultiplicationTable(I, ListWithIdenticalEntries(n, [1..n])); LeftTrivs@[n] := I;