Don't mix your quasigroups and quandles

This commit is contained in:
Glen Whitney 2017-10-26 21:27:32 -04:00
parent 7f940ba87e
commit c4cb6e80f8
1 changed files with 2 additions and 2 deletions

View File

@ -442,7 +442,7 @@ InstallOtherMethod(DirectProductOp,
fi;
return LeftRackByMultiplicationTableNC(bigtable);
fi;
return LeftQuandleByMultiplicationTableNC(bigtable);
return LeftQuasigroupByMultiplicationTableNC(bigtable);
elif "IsRightQuasigroup" in jof then
if "IsLSelfDistributive" in jof then
if "IsElementwiseIdempotent" in jof then
@ -450,7 +450,7 @@ InstallOtherMethod(DirectProductOp,
fi;
return RightRackByMultiplicationTableNC(bigtable);
fi;
return RightQuandleByMultiplicationTableNC(bigtable);
return RightQuasigroupByMultiplicationTableNC(bigtable);
fi;
return MagmaByMultiplicationTable(bigtable);
end);