aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/mlift.spad.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-03-12 17:04:43 +0000
committerdos-reis <gdr@axiomatics.org>2011-03-12 17:04:43 +0000
commit52fddea19454dc2b9bcb54c6edd5a4cd4f5765a9 (patch)
tree4b13ccc6d57c7c1ee615c83615b246c98eae388a /src/algebra/mlift.spad.pamphlet
parent42d38bee45a64edfc12641053e58581c20584363 (diff)
downloadopen-axiom-52fddea19454dc2b9bcb54c6edd5a4cd4f5765a9.tar.gz
* src/algebra/: Systematically use negative? when comparing for
less than 0.
Diffstat (limited to 'src/algebra/mlift.spad.pamphlet')
-rw-r--r--src/algebra/mlift.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/mlift.spad.pamphlet b/src/algebra/mlift.spad.pamphlet
index 1b37e51d..2d6425ba 100644
--- a/src/algebra/mlift.spad.pamphlet
+++ b/src/algebra/mlift.spad.pamphlet
@@ -161,7 +161,7 @@ MultivariateLifting(E,OV,R,P) : C == T
-- PGCD may call with a smaller valure of degj
idegj:Integer:=maxDegree(m,x)
for term in plist repeat idegj:=idegj -maxDegree(term,x)
- idegj < 0 => return "failed"
+ negative? idegj => return "failed"
plist
--There are not extraneous factors