From bae88b4b75f430b538ee126aa440a2d4a71dabbd Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sat, 21 Oct 2017 01:02:48 +0200 Subject: [PATCH] get names of categories correct --- gap/byconj.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/byconj.gd b/gap/byconj.gd index fbd9642..1b3209d 100644 --- a/gap/byconj.gd +++ b/gap/byconj.gd @@ -4,7 +4,7 @@ DeclareCategory( "IsConjugatorObject", IsMultiplicativeElement and IsLeftQuotientElement and - IsLDistributiveElement and IsIdempotent); + IsLSelfDistElement and IsIdempotent); DeclareCategoryCollections("IsConjugatorObject"); DeclareAttribute("ConjugatorFamily", IsFamily);