[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323
Bernhard R. Link
brlink at debian.org
Tue Apr 24 15:53:00 UTC 2012
The following commit has been merged in the cleanedupstream branch:
commit dd6954182fc5d1923d97dbea8099b65d064aa8dd
Author: Martin Lee <martinlee84 at web.de>
Date: Thu Feb 2 15:07:54 2012 +0100
chg: use NTL even in very easy cases
diff --git a/factory/facHensel.cc b/factory/facHensel.cc
index d661153..55b13a7 100644
--- a/factory/facHensel.cc
+++ b/factory/facHensel.cc
@@ -1379,7 +1379,7 @@ newtonDiv (const CanonicalForm& F, const CanonicalForm& G, const CanonicalForm&
Variable v;
CanonicalForm Q;
- if (degB <= 1 || CFFactory::gettype() == GaloisFieldDomain)
+ if (degB < 1 || CFFactory::gettype() == GaloisFieldDomain)
{
CanonicalForm R;
divrem2 (A, B, Q, R, M);
--
an open source computer algebra system
More information about the debian-science-commits
mailing list