diff --git a/gap/byconj.gi b/gap/byconj.gi index e4d7dd8..cef58f2 100644 --- a/gap/byconj.gi +++ b/gap/byconj.gi @@ -55,7 +55,7 @@ InstallMethod( \*, "for two conjugator objects", function(l,r) return LeftQuotient(l![1],r![1])*l![1]; end ); -InstallMethod(LeftQuotient, "for two conjugator objects", +InstallOtherMethod(LeftQuotient, "for two conjugator objects", IsIdenticalObj, [IsDefaultConjugatorObject,IsDefaultConjugatorObject], function(l,r) return (l*r)/l; end