Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
BenKBreen committed Dec 11, 2023
1 parent 6bc1f37 commit c31023b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModFrmHilD/Basis.m
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ intrinsic CuspFormBasisViaTrace(Mk::ModFrmHilD : IdealClassesSupport:=false, fai
B := (#B ne 0) select Basis(B) else B;
if d eq (dim - #B) then
fails +:=1;
else:
else
fails := 0;
end if;
require fails lt fail_counter : "Hit %o fails. Need more precision for graded ring", fails;
Expand Down

0 comments on commit c31023b

Please sign in to comment.