Skip to content

Commit

Permalink
remove unneeded broken line in class group proof (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjbest authored Oct 17, 2023
1 parent 102ce73 commit 962cb98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NumFieldOrd/NfOrd/Clgp/Proof.jl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ function class_group_proof(clg::ClassGrpCtx, lb::ZZRingElem, ub::ZZRingElem; ext
end
f, r = is_smooth!(clg.FB.fb_int, numerator(n))
if f
M = SMat{Int}()
fl = _factor!(clg.FB, a, false, n)[1]
if fl
break
Expand Down

0 comments on commit 962cb98

Please sign in to comment.