Skip to content

Commit

Permalink
make julia 1.6 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelDavidMohr committed Oct 10, 2024
1 parent f4bde31 commit 0632499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/siggb/siggb.jl
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ function split!(basis::Basis{N},
if isempty(ge_deg_inds)
ord_ind = ind_order.max_ind + one(SigIndex)
else
ord_ind, _ = findmin(i -> ind_order.ord[i], ge_deg_inds)
ord_ind, _ = findmin((i -> ind_order.ord[i]).(ge_deg_inds))
end

# insert zd in system
Expand Down

0 comments on commit 0632499

Please sign in to comment.