We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 431f9d5 + 4d6d2b4 commit e1eb3d0Copy full SHA for e1eb3d0
lib/codeops.gi
@@ -2796,15 +2796,17 @@ function(C)
2796
Add(param, "--mod");
2797
Add(param, 2);
2798
fi;
2799
- elif LeftActingDomain(C) = GF(3) then
2800
- if IsSelfOrthogonalCode(C) then
2801
- Add(param, "--mod");
2802
- Add(param, 5);
2803
- fi;
2804
2805
- Add(param, tmpFile);
2806
- Print(param, "\n");
2807
- ## Now call the external program
+
+ elif LeftActingDomain(C) = GF(3) then
+ if IsSelfOrthogonalCode(C) then
+ Add(param, "--mod");
+ Add(param, 5);
+ fi;
+ Add(param, tmpFile);
2808
+ ## Now call the external program
2809
2810
Process(DirectoryCurrent(),
2811
Filename(path, "minimum-weight"),
2812
InputTextUser(),
0 commit comments