Skip to content

Commit 3468b63

Browse files
author
Till Müller
committed
Update BaseCase with latest changes
1 parent 277e1ac commit 3468b63

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

gap/projective/constructive_recognition/SL/BaseCase.gi

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ if diag^res[2] = true_diag and u1^res[2] = true_u1 and u2^res[2] = true_u2 then
727727
break;
728728
fi;
729729
od;
730-
Print("i = " , i ,"\n");
730+
731731
if IsEvenInt(q) then
732732
## even characteristic: conjugation by diag generates all of GF(q)* directly
733733
lmat := [];
@@ -769,14 +769,6 @@ od;
769769
fi;
770770
basi := res[2];
771771
bas := basi^(-1);
772-
Print("umats: \n");
773-
for i in [1..Length(umat)] do
774-
Display(umat[i]^basi);
775-
od;
776-
Print("lmats: \n");
777-
for i in [1..Length(lmat)] do
778-
Display(lmat[i]^basi);
779-
od;
780772
result := rec( g := G, t := lmat, s := umat, bas := bas, basi := basi,
781773
one := One(f), a := umat[1]*lmat[1]*umat[1], b := One(umat[1]),
782774
One := One(umat[1]), f := f, q := q, p := Characteristic(f), ext := j,

0 commit comments

Comments
 (0)