Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed May 2, 2024
1 parent e0f9594 commit 30d73a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monomial_vector.jl
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function _fill_exponents!(
_error_for_negative_degree(maxdeg)
z = zeros(Int, maxdeg * n - maxdeg + 1)
start = length(Z) + 1
_fill_noncomm_exponents_rec!(Z, z, 1, n, deg, M, filter)
_fill_noncomm_exponents_rec!(Z, z, 1, n, deg, MP.LexOrder, filter)
return reverse!(view(Z, start:length(Z)))
end

Expand Down

0 comments on commit 30d73a5

Please sign in to comment.