forgot to change one L to R

This commit is contained in:
Glen Whitney 2017-10-28 19:11:39 -04:00
parent 6e25748df5
commit 479191ce0a
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ InstallOtherMethod(DirectProductOp,
fi; fi;
return LeftQuasigroupByMultiplicationTableNC(bigtable); return LeftQuasigroupByMultiplicationTableNC(bigtable);
elif "IsRightQuasigroup" in jof then elif "IsRightQuasigroup" in jof then
if "IsLSelfDistributive" in jof then if "IsRSelfDistributive" in jof then
if "IsElementwiseIdempotent" in jof then if "IsElementwiseIdempotent" in jof then
return RightQuandleByMultiplicationTableNC(bigtable); return RightQuandleByMultiplicationTableNC(bigtable);
fi; fi;