Skip to content

Commit

Permalink
fix: libSingular.rRingOrder_t
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes14 authored and fingolfin committed Nov 6, 2023
1 parent 0bba447 commit 72b89f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/poly/orderings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ end
function _is_basic_ordering(t::libSingular.rRingOrder_t)
return t == ringorder_lp || t == ringorder_ls ||
t == ringorder_ip || t == ringorder_is ||
t == ringorder_rp || t == ringorder_rs ||
t == ringorder_dp || t == ringorder_ds ||
t == ringorder_Dp || t == ringorder_Ds ||
t == ringorder_Ip
Expand Down

0 comments on commit 72b89f5

Please sign in to comment.