Skip to content

Commit c831bba

Browse files
committed
fixes src of doc for eliminate()
1 parent 542ca0b commit c831bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/groebner-bases.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ julia> eliminate(I, 2)
3939
"""
4040
function eliminate(
4141
I::Ideal{T} where T <: MPolyElem,
42-
eliminate::Int,
42+
eliminate::Int;
4343
initial_hts::Int=17,
4444
nr_thrds::Int=1,
4545
max_nr_pairs::Int=0,

0 commit comments

Comments
 (0)