typos
This commit is contained in:
parent
030ed9d114
commit
03f36dd672
1 changed files with 2 additions and 2 deletions
|
@ -329,14 +329,14 @@ AddDictionary(OFDir@, "IsRSelfDistElement", IsLSelfDistElement);
|
|||
InstallMethod(OppositeFamily, "for a family",
|
||||
[IsFamily],
|
||||
function(fam)
|
||||
local F, elt, elt_props, opp_props, prop, opp_filt;
|
||||
local F, elt, elt_props, opp_props, prop, opp_filt, filt;
|
||||
elt := Representative(fam);
|
||||
elt_props := CategoriesOfObject(elt);
|
||||
Append(elt_props, KnownTruePropertiesOfObject(elt));
|
||||
opp_props := [];
|
||||
for prop in elt_props do
|
||||
if KnowsDictionary(OFDir@, prop) then
|
||||
Add(opp_props, LookupDictionary(OFDir@, prop);
|
||||
Add(opp_props, LookupDictionary(OFDir@, prop));
|
||||
fi;
|
||||
od;
|
||||
opp_filt := IsMultiplicativeElement;
|
||||
|
|
Loading…
Add table
Reference in a new issue