Skip to content

Commit 0d5ba5a

Browse files
committed
fixes docu header for signature based stuff
1 parent 8b69168 commit 0d5ba5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/siggb/siggb.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include("symbolic_pp.jl")
1313
include("linear_algebra.jl")
1414

1515
@doc Markdown.doc"""
16-
sig_groebner_basis(sys::Vector{T}; info_level = 0, degbound = 0) where {T <: MPolyRingElem}
16+
sig_groebner_basis(sys::Vector{T}; info_level::Int = 0, degbound::Int = 0) where {T <: MPolyRingElem}
1717
1818
Compute a Signature Gröbner basis of the sequence `sys` w.r.t. to the
1919
degree reverse lexicographical monomial ordering and the degree

0 commit comments

Comments
 (0)