We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43234ef commit 2465ebeCopy full SHA for 2465ebe
experimental/GroebnerWalk/src/markedGB.jl
@@ -15,7 +15,7 @@ struct MarkedGroebnerBasis{S}
15
@req (length(gens) == length(markings)) "Inputs are of different length"
16
@req !(0 in gens) "Gröbner basis contains the zero polynomial"
17
18
- new(gens, markings)
+ new{T}(gens, markings)
19
end
20
21
0 commit comments