Skip to content

Commit bbdf3a0

Browse files
Add files via upload
1 parent 5839a4c commit bbdf3a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/ResolutionsModP/resPrimeGroup.gi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#(C) Graham Ellis, 2005-2006
2-
RT:=0;
2+
33
#####################################################################
44
#####################################################################
55
InstallGlobalFunction(ResolutionPrimePowerGroup,
@@ -392,7 +392,7 @@ end;
392392
#####################################################################
393393
SolutionMatBoundaryMatrices:=function(m,vec)
394394
local i,ncols,sem, vno, z,x, row, sol;
395-
RT:=RT-Runtime();
395+
396396
ncols := Length(vec);
397397
z := zero;
398398
sol := ListWithIdenticalEntries(EchelonMatrices[m][2],z);
@@ -409,7 +409,7 @@ AddRowVector(vec, sem.vectors[vno], -x);
409409
fi;
410410
od;
411411
if IsZero(vec) then
412-
RT:=RT+Runtime();
412+
413413
return sol;
414414
fi;
415415

0 commit comments

Comments
 (0)