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

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


The following commit has been merged in the cleanedupstream branch:
commit 47a33002298979ee687df098bfd54639829689d5
Author: Martin Lee <martinlee84 at web.de>
Date:   Fri Mar 9 12:13:20 2012 +0100

    chg: some typos

diff --git a/factory/facHensel.cc b/factory/facHensel.cc
index f454a41..3637ae1 100644
--- a/factory/facHensel.cc
+++ b/factory/facHensel.cc
@@ -475,6 +475,7 @@ diophantineHenselQa (const CanonicalForm & F, const CanonicalForm& G,
       b = coeffBound( G, p, mipo );
       modpk bb= coeffBound (F, p, mipo );
       if (bb.getk() > b.getk() ) b=bb;
+      fail= false;
     }
     else
       break;
@@ -502,9 +503,7 @@ diophantineHenselQa (const CanonicalForm & F, const CanonicalForm& G,
       if (l == k)
         continue;
       else
-      {
         tmp= mulNTL (tmp, bufFactors[l]);
-      }
     }
     L.append (tmp);
   }
@@ -521,7 +520,6 @@ diophantineHenselQa (const CanonicalForm & F, const CanonicalForm& G,
   if (e.isZero())
     return recResult;
   CanonicalForm coeffE;
-  CFList s;
   CFList result= recResult;
   setCharacteristic (p);
   recResult= mapinto (recResult);
@@ -839,7 +837,6 @@ henselStep12 (const CanonicalForm& F, const CFList& factors,
       tmp[l]= b (tmp[l]);
     Pi[l] += tmp[l]*xToJ*F.mvar();
   }
-  return;
 }
 
 void

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list