Skip to content

Commit

Permalink
Minor fix in Degrees
Browse files Browse the repository at this point in the history
  • Loading branch information
ulthiel committed Oct 11, 2023
1 parent 518aa91 commit 6a4d0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/MatrixGroups/Invariants.i.m
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ intrinsic Degrees(~G::GrpMat : UseDB:=true)
intrinsic Degrees(G::GrpMat) -> SeqEnum
{}

Degrees(~R);
return R`Degrees;
Degrees(~G);
return G`Degrees;

end intrinsic;

Expand Down

0 comments on commit 6a4d0e6

Please sign in to comment.