Skip to content

Commit c491492

Browse files
committed
general Int
1 parent f0f12c1 commit c491492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/hilbert.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function _num_hilbert_series_mono(exps::Vector{Vector{Int}})
206206
pivexp = max(1, minimum(mon[ivarmax] for mon in rand(exps, 2)))
207207
h = zero(A)
208208
#Compute and partition gens of (exps):pivot
209-
Lquo = [Vector{Int64}[] for _ in 1:pivexp+2]
209+
Lquo = [Vector{Int}[] for _ in 1:pivexp+2]
210210
trivialquo = false
211211
for mono in exps
212212
if mono[ivarmax] <= pivexp

0 commit comments

Comments
 (0)