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

Bernhard R. Link brlink at debian.org
Tue Apr 24 15:53:02 UTC 2012


The following commit has been merged in the cleanedupstream branch:
commit ecf447697be46214cf74f485ed0144519525ce3c
Author: Hans Schoenemann <hannes at mathematik.uni-kl.de>
Date:   Fri Feb 10 12:04:58 2012 +0100

    fix: typo

diff --git a/Singular/bbpolytope.cc b/Singular/bbpolytope.cc
index 070d6d5..9e1faff 100644
--- a/Singular/bbpolytope.cc
+++ b/Singular/bbpolytope.cc
@@ -478,7 +478,7 @@ BOOLEAN newtonPolytope(leftv res, leftv args)
     while (p!=NULL)
     {
       pGetExpV(p,leadexpv);
-      gfan::ZVector zv = intStar2ZVectorWithLeadingOne(r, leadexpv);
+      gfan::ZVector zv = intStar2ZVectorWithLeadingOne(N, leadexpv);
       zm.appendRow(zv);
       pIter(p);
     }

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list