From bc20a37410457520d6d8a23d40c632890fa7ded4 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sat, 21 Oct 2017 01:27:37 +0200 Subject: [PATCH] unnecessary quotes --- gap/byconj.gi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gap/byconj.gi b/gap/byconj.gi index aa1d050..0d5c554 100644 --- a/gap/byconj.gi +++ b/gap/byconj.gi @@ -61,7 +61,7 @@ InstallOtherMethod(LeftQuotient, "for two conjugator objects", function(l,r) return (l*r)/l; end ); -InstallMethod("ConjugationQuandle", "for a group", +InstallMethod(ConjugationQuandle, "for a group", [IsGroup and IsFinite], function(G) local fam, elts; @@ -76,7 +76,6 @@ InstallMethod("ConjugationQuandle", "for a group", return LeftQuandleNC(fam, elts); end); -Print("Loaded conj\n");