[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323

Bernhard R. Link brlink at debian.org
Tue Apr 24 15:55:39 UTC 2012


The following commit has been merged in the cleanedupstream branch:
commit 1c54db86af2896657ed0406f42b7868b866ef39d
Author: Hans Schoenemann <hannes at mathematik.uni-kl.de>
Date:   Mon Apr 16 15:17:01 2012 +0200

    fix: test not needed: GetLM sets r and p

diff --git a/kernel/kstd2.cc b/kernel/kstd2.cc
index 6a8a1b7..719097e 100644
--- a/kernel/kstd2.cc
+++ b/kernel/kstd2.cc
@@ -65,7 +65,6 @@ int kFindDivisibleByInT(const TSet &T, const unsigned long* sevT,
   int j = start;
   poly p=L->p;
   ring r=currRing;
-  if (p==NULL)  { r=L->tailRing; p=L->t_p; }
   L->GetLm(p, r);
 
   pAssume(~not_sev == p_GetShortExpVector(p, r));

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list