Skip to content

Commit

Permalink
Removed error trap.
Browse files Browse the repository at this point in the history
  • Loading branch information
hulpke committed Oct 8, 2016
1 parent b05b1b3 commit c34eb24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/grppcaut.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,6 @@ local spaceincl,outvecs,l,sub,yet,i,j,k,s,t,new,incl,min,rans,sofar,done,
new:=outvecs(sub,spaces[i]);
Add(rans,[Length(sofar)+1..Length(sofar)+Length(new)]);
Append(sofar,new);
if Length(sofar)>RankMat(sofar) then Error("ENA");fi;
fi;
od;

Expand Down

0 comments on commit c34eb24

Please sign in to comment.