bad parens

This commit is contained in:
Glen Whitney 2017-10-22 18:42:33 +02:00
parent 3d18bcace2
commit 1337c5a18f
1 changed files with 1 additions and 1 deletions

View File

@ -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