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

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


The following commit has been merged in the cleanedupstream branch:
commit 96f14a80d1f5cb2722e0871033b05d1fb2d91b33
Author: Martin Lee <martinlee84 at web.de>
Date:   Tue Feb 28 11:30:01 2012 +0100

    fix: more fixes to Q(a) check

diff --git a/factory/facMul.cc b/factory/facMul.cc
index 4a31705..0b79b5e 100644
--- a/factory/facMul.cc
+++ b/factory/facMul.cc
@@ -2638,6 +2638,8 @@ uniFdivides (const CanonicalForm& A, const CanonicalForm& B)
     fmpq_poly_clear (FLINTB);
     return result;
   }
+  else
+    return fdivides (A, B);
 #else
   return fdivides (A, B); //maybe NTL?
 #endif

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list