File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2626# # </ManSection>
2727# # <#/GAPDoc>
2828# #
29- DeclareSynonym( " IsFFEMatrixGroup" , IsFFECollCollColl and IsMatrixGroup );
29+ DeclareCategory( " IsFFEMatrixGroup" , IsMatrixGroup );
30+ InstallTrueMethod( IsFFEMatrixGroup, IsFFECollCollColl and IsMatrixGroup );
3031
3132
3233# ############################################################################
Original file line number Diff line number Diff line change 2626# # </ManSection>
2727# # <#/GAPDoc>
2828# #
29- DeclareSynonym( " IsMatrixGroup" , IsRingElementCollCollColl and IsGroup );
29+ DeclareCategory( " IsMatrixGroup" , IsGroup );
30+ InstallTrueMethod( IsMatrixGroup, IsRingElementCollCollColl and IsGroup );
3031
3132# ############################################################################
3233# #
You can’t perform that action at this time.
0 commit comments