bad parens
This commit is contained in:
parent
3d18bcace2
commit
1337c5a18f
@ -341,7 +341,7 @@ InstallMethod(OppositeFamily, "for a family",
|
||||
local F, elt, elt_props, opp_props, prop, filt, opp_filt;
|
||||
elt := Representative(fam);
|
||||
elt_props := CategoriesOfObject(elt);
|
||||
Append(elt_props(KnownTruePropertiesOfObject(elt)));
|
||||
Append(elt_props, KnownTruePropertiesOfObject(elt));
|
||||
opp_props := [];
|
||||
for prop in elt_props do
|
||||
if KnowsDictionary(OFDir@, prop) then
|
||||
|
Loading…
Reference in New Issue
Block a user