Skip to content

Commit

Permalink
Adjust test for changed filter order
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored and markuspf committed Oct 26, 2017
1 parent 0253eee commit 1a4bee0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions hpcgap/lib/methwhy.g
Original file line number Diff line number Diff line change
Expand Up @@ -281,20 +281,20 @@ end);
## <Example><![CDATA[
## gap> ShowImpliedFilters(IsMatrix);
## Implies:
## IsGeneralizedRowVector
## IsNearAdditiveElementWithInverse
## IsAdditiveElement
## IsMultiplicativeElement
## IsGeneralizedRowVector
##
##
## May imply with:
## +IsGF2MatrixRep
## +IsInternalRep
## IsOrdinaryMatrix
##
## +CategoryCollections(CategoryCollections(IsAdditivelyCommutativeElement))
## IsAdditivelyCommutativeElement
##
## +IsInternalRep
## +IsGF2MatrixRep
## IsOrdinaryMatrix
##
## ]]></Example>
Expand Down
6 changes: 3 additions & 3 deletions lib/methwhy.g
Original file line number Diff line number Diff line change
Expand Up @@ -281,20 +281,20 @@ end);
## <Example><![CDATA[
## gap> ShowImpliedFilters(IsMatrix);
## Implies:
## IsGeneralizedRowVector
## IsNearAdditiveElementWithInverse
## IsAdditiveElement
## IsMultiplicativeElement
## IsGeneralizedRowVector
##
##
## May imply with:
## +IsGF2MatrixRep
## +IsInternalRep
## IsOrdinaryMatrix
##
## +CategoryCollections(CategoryCollections(IsAdditivelyCommutativeElement))
## IsAdditivelyCommutativeElement
##
## +IsInternalRep
## +IsGF2MatrixRep
## IsOrdinaryMatrix
##
## ]]></Example>
Expand Down

0 comments on commit 1a4bee0

Please sign in to comment.