forgot thos brackets again!
This commit is contained in:
parent
b2717afe9d
commit
070ad81eba
1 changed files with 1 additions and 2 deletions
|
@ -14,11 +14,10 @@ end);
|
||||||
|
|
||||||
ConjugatorType@ := obj -> ConjugatorFamily(FamilyObj(obj))!.ConjType;
|
ConjugatorType@ := obj -> ConjugatorFamily(FamilyObj(obj))!.ConjType;
|
||||||
|
|
||||||
|
|
||||||
InstallMethod(ConjugatorObj,
|
InstallMethod(ConjugatorObj,
|
||||||
"for a mult element that allows quotients (and should be assoc)",
|
"for a mult element that allows quotients (and should be assoc)",
|
||||||
[IsMultiplicativeElementWithInverse],
|
[IsMultiplicativeElementWithInverse],
|
||||||
obj -> Objectify(ConjugatorType@(obj), Immutable(obj))
|
obj -> Objectify(ConjugatorType@(obj), [Immutable(obj)])
|
||||||
);
|
);
|
||||||
|
|
||||||
## Printing and viewing
|
## Printing and viewing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue