Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Breuer <[email protected]>
  • Loading branch information
fingolfin and ThomasBreuer authored Jan 17, 2025
1 parent b8e56a7 commit 571157f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gap> G := GroupWithMemory([One(GL(3,4))]);
gap> mat := G.1;
gap> G := GroupWithMemory([One(GL(3,4))]);;
gap> mat := G.1;;
gap> HasBaseDomain(mat);
true
gap> BaseDomain(mat);
Expand Down

0 comments on commit 571157f

Please sign in to comment.