Skip to content

Commit

Permalink
Remove tail for spolys in favour of a version implemented in
Browse files Browse the repository at this point in the history
AbstractAlgebra.
  • Loading branch information
wbhart committed Mar 25, 2021
1 parent ba31b52 commit d4a7dce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/ZeroDec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,6 @@ function primaryTest(I::Singular.sideal, usefglm::Bool = false)
###################################################### helpprocs PrimaryTest ############################################################################


#Calculates the tail of a polynomial
function tail(f::Singular.spoly)
return f - leading_term(f)
end

# adds a generator to an ideal
function addGenerator(I::Singular.sideal, f::Singular.spoly)
G = Singular.gens(I);
Expand Down

0 comments on commit d4a7dce

Please sign in to comment.