forgot thos brackets again!

This commit is contained in:
Glen Whitney 2017-10-22 00:48:05 +02:00
parent b2717afe9d
commit 070ad81eba
1 changed files with 1 additions and 2 deletions

View File

@ -14,11 +14,10 @@ end);
ConjugatorType@ := obj -> ConjugatorFamily(FamilyObj(obj))!.ConjType;
InstallMethod(ConjugatorObj,
"for a mult element that allows quotients (and should be assoc)",
[IsMultiplicativeElementWithInverse],
obj -> Objectify(ConjugatorType@(obj), Immutable(obj))
obj -> Objectify(ConjugatorType@(obj), [Immutable(obj)])
);
## Printing and viewing