From 479191ce0a7ae73e50d5c0f87927509d3ad74f75 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sat, 28 Oct 2017 19:11:39 -0400 Subject: [PATCH] forgot to change one L to R --- gap/bytable.gi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/bytable.gi b/gap/bytable.gi index 76e9704..c710384 100644 --- a/gap/bytable.gi +++ b/gap/bytable.gi @@ -444,7 +444,7 @@ InstallOtherMethod(DirectProductOp, fi; return LeftQuasigroupByMultiplicationTableNC(bigtable); elif "IsRightQuasigroup" in jof then - if "IsLSelfDistributive" in jof then + if "IsRSelfDistributive" in jof then if "IsElementwiseIdempotent" in jof then return RightQuandleByMultiplicationTableNC(bigtable); fi;