Skip to content

Commit

Permalink
mpoly-ideals.jl aktualisieren
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Göttgens <[email protected]>
  • Loading branch information
ederc and lgoettgens authored Oct 24, 2024
1 parent e347271 commit d14c5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rings/mpoly-ideals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,7 @@ julia> dim(I)
return I.dim
end
is_zero(ngens(base_ring(I))) && return 0 # Catch a boundary case
if (is_f4_applicable(I, degrevlex(base_ring(I))))
if is_f4_applicable(I, degrevlex(base_ring(I)))
I.dim = AlgebraicSolving.dimension(AlgebraicSolving.Ideal(I.gens.O))
else
I.dim = Singular.dimension(singular_groebner_generators(I, false, true))
Expand Down

0 comments on commit d14c5a8

Please sign in to comment.